diff options
author | Max Horn | 2010-10-15 12:28:56 +0000 |
---|---|---|
committer | Max Horn | 2010-10-15 12:28:56 +0000 |
commit | 34cc54eaa92d0aa02c8c61b6c3522776971988b2 (patch) | |
tree | 1728ddf2159451056e4a439b0f9f62f7f703c8ef /engines/sword25 | |
parent | 2fed5ff83244d6d66199239c3753e5934ed18b7b (diff) | |
download | scummvm-rg350-34cc54eaa92d0aa02c8c61b6c3522776971988b2.tar.gz scummvm-rg350-34cc54eaa92d0aa02c8c61b6c3522776971988b2.tar.bz2 scummvm-rg350-34cc54eaa92d0aa02c8c61b6c3522776971988b2.zip |
Add doxygen comment for namespaces of several engines.
This is an empty template which ideally engine maintainers
would update and complete with concrete information...
svn-id: r53481
Diffstat (limited to 'engines/sword25')
-rw-r--r-- | engines/sword25/detection.cpp | 2 | ||||
-rw-r--r-- | engines/sword25/sword25.h | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/engines/sword25/detection.cpp b/engines/sword25/detection.cpp index e210f4d27c..da34597e78 100644 --- a/engines/sword25/detection.cpp +++ b/engines/sword25/detection.cpp @@ -68,7 +68,7 @@ static const ADGameDescription gameDescriptions[] = { AD_TABLE_END_MARKER }; -} // end of namespace Sword25 +} // End of namespace Sword25 static const char *directoryGlobs[] = { "system", // Used by extracted dats diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h index 8f31a05562..ff97a18f03 100644 --- a/engines/sword25/sword25.h +++ b/engines/sword25/sword25.h @@ -35,6 +35,14 @@ struct ADGameDescription; +/** + * This is the namespace of the Sword25 engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Sword25 { enum { |