James Heavey / Mbed 2 deprecated EL17JH

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
jamesheavey
Date:
Thu May 09 14:36:51 2019 +0000
Parent:
139:cd10ca4fc8ac
Commit message:
Final Submission. I have read and agreed with Statement of Academic Integrity.

Changed in this revision

Ball/Ball.h Show annotated file Show diff for this revision Revisions of this file
Life_Powerup/Life_Powerup.h Show annotated file Show diff for this revision Revisions of this file
--- a/Ball/Ball.h	Thu May 09 14:26:49 2019 +0000
+++ b/Ball/Ball.h	Thu May 09 14:36:51 2019 +0000
@@ -9,7 +9,7 @@
 #define BALL_SIZE 2
 #define BALL_SPEED 2
 
-/* Ball Class
+/** Ball Class
 @author James Heavey, University of Leeds
 @brief Controls the ball in the Breakout game
 @date May 2019
--- a/Life_Powerup/Life_Powerup.h	Thu May 09 14:26:49 2019 +0000
+++ b/Life_Powerup/Life_Powerup.h	Thu May 09 14:36:51 2019 +0000
@@ -20,7 +20,7 @@
     0, 0, 0, 1, 1, 1, 0, 0, 0
 };
 
-/* Life_Powerup Class
+/** Life_Powerup Class
 @author James Heavey, University of Leeds
 @brief Controls the Life_Powerup in the Breakout game
 @date May 2019