Doxyjen of the Bird.h

Dependencies:   mbed N5110

Revision:
3:47a29d0ddddf
Parent:
2:ffa13a6fec22
Child:
5:abe12cabd0b7
--- a/Wall/Wall.h	Sun May 05 17:15:03 2019 +0000
+++ b/Wall/Wall.h	Sun May 05 17:21:16 2019 +0000
@@ -19,7 +19,7 @@
     /**Destructor*/
     ~Wall();
     /**
-    *@brief Initialise all parameters of the wall of copter
+    *@brief Initialise all parameters of the wall
     */
     void init();
     /**
@@ -29,7 +29,7 @@
     /**
     *@brief Draw the thoroughfare of the copter
     *@param lcd
-    *@returns The boundary position of thoroughfare
+    *@returns The boundary position of thoroughfare in (0,0)
     *@details Use the method to use function within N5110.h file
     */
     int* draw(N5110 &lcd);