XJEL2645 (18/19) / Mbed 2 deprecated Snake_Project

Dependencies:   mbed FXOS8700Q

Revision:
12:5846e92948ad
Parent:
11:0f169c4ecd0a
--- a/Food/Food.h	Mon May 06 02:36:34 2019 +0000
+++ b/Food/Food.h	Mon May 06 02:46:08 2019 +0000
@@ -15,6 +15,12 @@
     int y;/**< int for y value */
     
     }; //define position of food
+    
+    /** Food Class 
+ * @brief Does nothing useful 
+ * @author Du Xianjie 
+ * @date May, 2019 
+ */ 
 
 class Food{
     
@@ -24,7 +30,8 @@
             /** Destructor */
             ~Food();
                 
-            /** Set the screen       
+            /** Set the screen 
+             * @param init () 
              */ 
             void init();
             /** Draw the screen 
@@ -32,6 +39,7 @@
              */ 
             void draw(N5110 &lcd);
             /** Get the response
+             * @param () 
              */ 
             void response();
             /** Get the score