Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: lib/Donkey/Donkey.h
- Revision:
- 35:68c3c06d67a8
- Parent:
- 33:3894a7f846a0
- Child:
- 36:bfc995d9b2ab
diff -r 8dbf401b9906 -r 68c3c06d67a8 lib/Donkey/Donkey.h --- a/lib/Donkey/Donkey.h Thu May 09 10:53:05 2019 +0000 +++ b/lib/Donkey/Donkey.h Thu May 09 10:57:36 2019 +0000 @@ -11,7 +11,7 @@ extern int donkey_kong_speed; extern int donkey_direction; -/** Donkey Kong Class +/** Donkey Class *@brief This class is for spawning the player controlled model Donkey Kong. *@author Kern Fowler *@version 1.0 @@ -21,12 +21,12 @@ class Donkey { public: -/** Donkey Kong Constructor +/** Donkey Constructor @brief Builds my default Donkey Kong constructor. @details This does not have any setup. */ Donkey(); -/** Donkey Kong Destructor +/** Donkey Destructor @brief Builds my default Donkey Kong destructor. @details This does not have any setup. */