From 34cc54eaa92d0aa02c8c61b6c3522776971988b2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 15 Oct 2010 12:28:56 +0000 Subject: 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 --- engines/toon/toon.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/toon') diff --git a/engines/toon/toon.h b/engines/toon/toon.h index 30aa344517..c1b036127e 100644 --- a/engines/toon/toon.h +++ b/engines/toon/toon.h @@ -46,7 +46,16 @@ #define TOON_SAVEGAME_VERSION 4 #define DATAALIGNMENT 4 +/** + * This is the namespace of the Toon engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Toon { + enum ToonGameType { GType_TOON = 1 }; -- cgit v1.2.3