From df651bf20f1ddac3c28e55551e4fb81dfac1db38 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Nov 2009 22:10:14 +0000 Subject: Added Doxygen comments for the various engine namespaces (currently mostly without details; help filling these out is welcome) svn-id: r46128 --- engines/sword1/sword1.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sword1') diff --git a/engines/sword1/sword1.h b/engines/sword1/sword1.h index b3d7aee717..a0497847d5 100644 --- a/engines/sword1/sword1.h +++ b/engines/sword1/sword1.h @@ -31,6 +31,14 @@ #include "common/util.h" #include "sword1/sworddefs.h" +/** + * This is the namespace of the Sword1 engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Sword1 { enum { -- cgit v1.2.3