Doxygen comments added
Dependencies: mbed Gamepad N5110
Diff: Scoring/Scoring.h
- Revision:
- 12:736e8561b81e
- Parent:
- 11:c85abe88ad7a
- Child:
- 13:6ba6a9805161
diff -r c85abe88ad7a -r 736e8561b81e Scoring/Scoring.h --- a/Scoring/Scoring.h Wed May 08 21:10:18 2019 +0000 +++ b/Scoring/Scoring.h Wed May 08 21:13:52 2019 +0000 @@ -4,13 +4,13 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" - -class Scoring { - /** Class Scoring +/** Class Scoring @brief Class for counting,updating and checking scores @author Rafeh Ishtiaq @date May 2019 */ +class Scoring { + public: /** Constructor */ Scoring();