Commit 9540b561 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Improved documentation of getHasWon

parent 5ac040d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -111,7 +111,8 @@ SQUARE getBoardSquare(string board, int theRow, int theCol);

/**
 * @param theGameCode The code of the Game in question.
 * @return Who has won the game, or '-' if no one has won yet.
 * @return Who has won the game, '*' if it was a tie, and
 *         '-' if no one has won yet.
 */
SQUARE getHasWon(GAME_CODE theGameCode);