Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
59:fd4669864b67
Parent:
58:c8d90bb7404a
diff -r c8d90bb7404a -r fd4669864b67 Entity/Mobs/Snake/Snake.h
--- a/Entity/Mobs/Snake/Snake.h	Thu May 09 14:43:45 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.h	Thu May 09 14:49:27 2019 +0000
@@ -3,9 +3,9 @@
 #include "Entity.h"
 
 /**Snake Class
-@author Steven Mahasin
-@brief Creates a Snake which inherits the Entity class, this is one of the mobs that spawns in the normal rooms.
-@date May 2019
+*@author Steven Mahasin
+*@brief Creates a Snake which inherits the Entity class, this is one of the mobs that spawns in the normal rooms.
+*@date May 2019
 */
 class Snake : public Entity
 {
@@ -13,8 +13,8 @@
 public:
     /** Constructor 
     *   @brief creates a snake at positions pos_x and pos_y
-    *   @param pos_x @details initialise _position.x
-    *   @param pos_y @details initialise _position.y
+    *   @param pos_x - initialise _position.x
+    *   @param pos_y - initialise _position.y
     */
     Snake(float pos_x, float pos_y);