Jose Ortiz преди 9 години
родител
ревизия
2e277e061b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      main.cpp

+ 2
- 1
main.cpp Целия файл

@@ -29,7 +29,8 @@ void illustration(int paramValue, int &paramRef)
29 29
 /// \fn void circle(double p, double &xCoord, double &yCoord)
30 30
 /// \~English
31 31
 /// \brief Function to draw a circle
32
-/// \~Spanish Funcion para dibujar un circulo
32
+/// \~Spanish
33
+/// \brief Funcion para dibujar un circulo
33 34
 void circle(double p, double &xCoord, double &yCoord)
34 35
 {
35 36
     xCoord = 5 * cos(p);