It is not the final edition

Dependencies:   mbed

Revision:
5:fcad75e9b9e1
Parent:
1:74f525027af6
--- a/Ball/Ball.h	Wed May 13 14:55:07 2020 +0000
+++ b/Ball/Ball.h	Thu May 14 14:13:03 2020 +0000
@@ -9,7 +9,14 @@
 {
 
 public:
+    // Constructor and destructor.
+    /**
+    * @brief Constructor @details Non user specified.
+    */
     Ball();
+    /**
+    * @brief Destructor @details Non user specified.
+    */
     ~Ball();
     void init(int size,int speed);
     void draw(N5110 &lcd);