Skip to content

Commit

Permalink
Documentation|libdeng2|SavedSession: SavedSession API doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 23, 2014
1 parent 2b95ab6 commit 7882716
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doomsday/libdeng2/include/de/game/savedsession.h
Expand Up @@ -33,7 +33,7 @@ class MapStateReader;
/**
* Specialized PackageFolder that hosts a serialized game session.
*
* Expands upon the services provided by the base class adding various convenience methods
* Expands upon the services provided by the base class, adding various convenience methods
* for inspecting the data within.
*
* @ingroup game
Expand All @@ -51,9 +51,7 @@ class DENG2_PUBLIC SavedSession : public PackageFolder
{
public:
/**
* Parses metadata in Info syntax from a text string.
*
* @param source Source string to be parsed.
* Parses metadata in Info syntax from @a source.
*/
void parse(String const &source);

Expand Down

0 comments on commit 7882716

Please sign in to comment.