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/draci/draci.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/draci/draci.h') diff --git a/engines/draci/draci.h b/engines/draci/draci.h index e5debd0d2a..82a8044ea0 100644 --- a/engines/draci/draci.h +++ b/engines/draci/draci.h @@ -43,6 +43,14 @@ struct ADGameDescription; +/** + * This is the namespace of the Draci engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Draci { class DraciEngine : public Engine { -- cgit v1.2.3