From 8ce0edcf3a0716b1336eebd97321c127d4ab2007 Mon Sep 17 00:00:00 2001 From: danij Date: Thu, 20 Mar 2014 22:31:41 +0000 Subject: [PATCH] Documentation|Game: Updated Game apidocs --- doomsday/client/include/game.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doomsday/client/include/game.h b/doomsday/client/include/game.h index 89e9351130..b8226d8135 100644 --- a/doomsday/client/include/game.h +++ b/doomsday/client/include/game.h @@ -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;