James Heavey / Mbed 2 deprecated EL17JH

Dependencies:   mbed

Revision:
131:c227bbfb38b0
Parent:
130:46f3fac2bdf9
Child:
135:888ae932cd70
--- a/Life_Powerup/Life_Powerup.h	Wed May 08 23:35:45 2019 +0000
+++ b/Life_Powerup/Life_Powerup.h	Thu May 09 07:32:56 2019 +0000
@@ -48,22 +48,22 @@
     void update();
     
     /** Sets the powerups's x coordinate
-    * @param x @details set the member variable _x to the new local x
+    * @param x @details set the variable _x to the new local x
     */
     void set_posx(int x);
     
     /** Sets the powerups's x coordinate
-    * @param y @details set the member variable _y to the new local y
+    * @param y @details set the variable _y to the new local y
     */
     void set_posy(int y);
     
     /** Retrieve the powerup's current x coordinate
-    * @return returns member variable _x as an integer
+    * @return returns variable _x as an integer
     */
     int get_x();
     
     /** Retrieve the powerup's current y coordinate
-    * @return returns member variable _y as an integer
+    * @return returns variable _y as an integer
     */
     int get_y();