Doxygen comments added

Dependencies:   mbed Gamepad N5110

Revision:
15:fc6b40fceb4f
Parent:
14:9a9ac55616c4
Child:
16:95e3706790e5
--- a/Scoring/Scoring.h	Thu May 09 10:25:47 2019 +0000
+++ b/Scoring/Scoring.h	Thu May 09 13:46:01 2019 +0000
@@ -42,7 +42,7 @@
     */
     int add_score(int score, int pipe_x,int bird_x,int pipe_width);
     
-    /** Checks for the collision between the bird and the pipes
+    /** Checks for the collision between the bird and the pipes by checking for overlaps
     @param bir_y @details Y coordinate of the position of the bird
     @param pipe_x @details X coordinate of the pipes
     @param pipe_height @details Height of the top pipe