Doxygen comments added

Dependencies:   mbed Gamepad N5110

Revision:
14:9a9ac55616c4
Parent:
13:6ba6a9805161
Child:
15:fc6b40fceb4f
--- a/Scoring/Scoring.h	Wed May 08 21:15:33 2019 +0000
+++ b/Scoring/Scoring.h	Thu May 09 10:25:47 2019 +0000
@@ -28,7 +28,7 @@
     /** Boolean function to check weather the score is higher or lower than the high score
     @param highscore @details The existing high score which is compared to the recent score to check for high score
     */
-    bool check_for_highscore(int highscore);
+    bool check_for_highscore(int score,int highscore);
     /** updates the Highscore
     @param highscore @details The current high score
     */