ELEC2645 (2018/19) / Mbed 2 deprecated el17szs

Dependencies:   mbed

Revision:
32:1bc731f03a30
Parent:
31:eefa1d23a843
diff -r eefa1d23a843 -r 1bc731f03a30 Bat/Bat.h
--- a/Bat/Bat.h	Wed May 08 12:13:28 2019 +0000
+++ b/Bat/Bat.h	Wed May 08 13:15:45 2019 +0000
@@ -8,21 +8,17 @@
 #include "UX.h"
 
 /** Bat Class
-@author Shahid Zubin Sajid,
-@brief Bat charactersitics and checks for collisions
-@date May 2019
+* @author Shahid Zubin Sajid,
+* @brief Bat charactersitics and checks for collisions
+* @date May 2019
 */
 class Bat
 {
 
 public:
-    /**
-    * @brief Constructor for the Bat Class
-    */
+   /** Constructor */
     Bat();
-    /**
-    * @brief Deconstructor for the Bat Class
-    */
+    /** Deconstructor */
     ~Bat();
      /**
     * @brief Initlialises the Bat class