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/hugo/hugo.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/hugo') diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 1ff672d00f..b9a3047b45 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -45,7 +45,16 @@ namespace Common { class RandomSource; } +/** + * This is the namespace of the Hugo engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Hugo { + enum GameType { kGameTypeNone = 0, kGameTypeHugo1, -- cgit v1.2.3