Doxygen comments added

Dependencies:   mbed Gamepad N5110

Revision:
12:736e8561b81e
Parent:
11:c85abe88ad7a
--- a/Bird/Bird.h	Wed May 08 21:10:18 2019 +0000
+++ b/Bird/Bird.h	Wed May 08 21:13:52 2019 +0000
@@ -4,13 +4,13 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
-
-class Bird {
-    /** Bird Class
+  /** Bird Class
     @brief Class to control the movement of the bird 
     @author Rafeh Ishtiaq
     @date May 2019
     */
+class Bird {
+  
     public:
     /** Constructor */
     Bird();