Doxyjen of the Bird.h

Dependencies:   mbed N5110

Files at this revision

API Documentation at this revision

Comitter:
Wuuu
Date:
Sun May 05 17:46:26 2019 +0000
Parent:
5:abe12cabd0b7
Commit message:
Final Submission. I have read and agreed with Statement of Academic Integrity.

Changed in this revision

Begin/Begin.h Show annotated file Show diff for this revision Revisions of this file
Bird/Bird.h Show annotated file Show diff for this revision Revisions of this file
Copter/Copter.h Show annotated file Show diff for this revision Revisions of this file
Game1/Game1.h Show annotated file Show diff for this revision Revisions of this file
Wall/Wall.h Show annotated file Show diff for this revision Revisions of this file
Wall1/Wall1.h Show annotated file Show diff for this revision Revisions of this file
--- a/Begin/Begin.h	Sun May 05 17:39:10 2019 +0000
+++ b/Begin/Begin.h	Sun May 05 17:46:26 2019 +0000
@@ -10,6 +10,8 @@
 /**  Begin class
 
 *@brief Library to combine the Bird and the Wall1
+*@author Wu Aiming
+*@date May 2019
 */
 
 class Begin
@@ -55,3 +57,4 @@
 
 #endif
 
+
--- a/Bird/Bird.h	Sun May 05 17:39:10 2019 +0000
+++ b/Bird/Bird.h	Sun May 05 17:46:26 2019 +0000
@@ -8,9 +8,9 @@
 
 /**  Bird class
 
-*@brief Library to draw the bird
+*@brief Library to draw the Bird
 *@author Wu Aiming
-*@date May 2017
+*@date May 2019
 
 @code
 
@@ -219,3 +219,4 @@
 };
 
 #endif
+
--- a/Copter/Copter.h	Sun May 05 17:39:10 2019 +0000
+++ b/Copter/Copter.h	Sun May 05 17:46:26 2019 +0000
@@ -9,6 +9,8 @@
 /**  Copter class
 
 *@brief Library to draw the copter
+*@author Wu Aiming
+*@date May 2019
 */
 
 class Copter
@@ -52,3 +54,4 @@
     Vector2D _ans;
 };
 #endif
+
--- a/Game1/Game1.h	Sun May 05 17:39:10 2019 +0000
+++ b/Game1/Game1.h	Sun May 05 17:46:26 2019 +0000
@@ -10,6 +10,8 @@
 /**  Game1 class
 
 *@brief Library to combine the Copter and Wall
+*@author Wu Aiming
+*@date May 2019
 */
 
 class Game1
@@ -50,3 +52,4 @@
 
 #endif
 
+
--- a/Wall/Wall.h	Sun May 05 17:39:10 2019 +0000
+++ b/Wall/Wall.h	Sun May 05 17:46:26 2019 +0000
@@ -8,6 +8,8 @@
 /**  Wall class
 
 *@brief Library to draw the thoroughfare of the copter
+*@author Wu Aiming
+*@date May 2019
 */
 
 class Wall
@@ -62,3 +64,4 @@
     int _b12;
 };
 #endif
+
--- a/Wall1/Wall1.h	Sun May 05 17:39:10 2019 +0000
+++ b/Wall1/Wall1.h	Sun May 05 17:46:26 2019 +0000
@@ -8,6 +8,8 @@
 /**  Wall1 class
 
 *@brief Library to draw the thoroughfare of the flappy bird
+*@author Wu Aiming
+*@date May 2019
 */
 
 class Wall1