소스 검색

fixed main doc

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);