Josh Davy / Mbed 2 deprecated Flip

Dependencies:   mbed el17jd

Revision:
13:32d580b3935c
Parent:
12:5549a299d41e
--- a/Game/Game.cpp	Mon May 06 14:52:05 2019 +0000
+++ b/Game/Game.cpp	Mon May 06 15:07:28 2019 +0000
@@ -103,7 +103,7 @@
 
 /**
 * @brief Draws the current state on the screen. Should be called every frame.
-* @param lcd @details the N5110 lcd object
+* @param lcd @details The N5110 lcd object.
 */
 void Game::draw(N5110 &lcd)
 {
@@ -119,8 +119,8 @@
 
 }
 /**
-* @brief Returns if the game has been won
-* @returns if the game has been won.
+* @brief Returns if the game has been won.
+* @returns True if game won.
 */
 bool Game::game_won()
 {