Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Gamepad N5110
Diff: Entrance/Entrance.h
- 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);