ELEC2645 (2018/19) / Mbed 2 deprecated el17ri

Dependencies:   mbed Gamepad N5110

Revision:
11:c85abe88ad7a
Parent:
10:75de0f4da176
Child:
12:736e8561b81e
--- a/Entrance/Entrance.h	Wed May 08 20:59:02 2019 +0000
+++ b/Entrance/Entrance.h	Wed May 08 21:10:18 2019 +0000
@@ -6,17 +6,17 @@
 #include "Gamepad.h"
 
 class Entrance {
-    /* Entrance Class
+    /** Entrance Class
     @brief Class to design the E page of the game
     @author Rafeh Ishtiaq
     @date May 2019
     */
     public:
-    /* Constructor */
+    /** Constructor */
     Entrance();
-    /* Destructor */
+    /** Destructor */
     ~Entrance();
-    /* Draws the entrance of the game and turns the LEDs on
+    /** Draws the entrance of the game and turns the LEDs on
     */
     void welcome_page(N5110 &lcd, Gamepad &pad);