Doxygen comments added

Dependencies:   mbed Gamepad N5110

Revision:
13:6ba6a9805161
Parent:
12:736e8561b81e
Child:
14:9a9ac55616c4
--- a/Scoring/Scoring.h	Wed May 08 21:13:52 2019 +0000
+++ b/Scoring/Scoring.h	Wed May 08 21:15:33 2019 +0000
@@ -33,7 +33,7 @@
     @param highscore @details The current high score
     */
     void update_highscore(int highscore);
-    /** Adds to the score if conditions are met (i.e. when bird gets ahead of a pipe)
+    /** Adds to the score if conditions are met 
     @param score @details The existing score
     @param pipe_x @details X coordinate of the pipes
     @param bird_x @details X coordinate of the position of the bird