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/queen/queen.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/queen') diff --git a/engines/queen/queen.h b/engines/queen/queen.h index a3457b2e2f..b79e3e7cca 100644 --- a/engines/queen/queen.h +++ b/engines/queen/queen.h @@ -50,6 +50,14 @@ FORCEINLINE int16 READ_BE_INT16(const void *ptr) { #endif +/** + * This is the namespace of the Queen engine. + * + * Status of this engine: ??? + * + * Supported games: + * - ??? + */ namespace Queen { struct GameStateHeader { -- cgit v1.2.3