Skip to content

Commit

Permalink
Documentation|Game: Updated Game apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 20, 2014
1 parent 579b6bf commit 8ce0edc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doomsday/client/include/game.h
Expand Up @@ -130,12 +130,10 @@ class Game : public de::game::Game
String legacySavegameExtension() const;

/**
* Determine the absolute path to the legacy savegame folder for the specified @a game.
* If there is no possibility of a legacy savegame existing (e.g., because the game is
* newer than the introduction of the modern, package-based .save format) then a zero
* length string is returned.
*
* @param game Game to return the legacy savegame folder path for.
* Determine the absolute path to the legacy savegame folder for the game. If there is
* no possibility of a legacy savegame existing (e.g., because the game is newer than
* the introduction of the modern, package-based .save format) then a zero length string
* is returned.
*/
String legacySavegamePath() const;

Expand Down

0 comments on commit 8ce0edc

Please sign in to comment.