[Scummvm-cvs-logs] SF.net SVN: scummvm:[47598] scummvm/trunk/engines/sci/engine/kernel.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jan 27 15:08:06 CET 2010


Revision: 47598
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47598&view=rev
Author:   thebluegr
Date:     2010-01-27 14:08:06 +0000 (Wed, 27 Jan 2010)

Log Message:
-----------
Fixed comment about vocabulary, so that it doesn't refer to the line below it

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.h

Modified: scummvm/trunk/engines/sci/engine/kernel.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.h	2010-01-27 13:14:28 UTC (rev 47597)
+++ scummvm/trunk/engines/sci/engine/kernel.h	2010-01-27 14:08:06 UTC (rev 47598)
@@ -40,7 +40,7 @@
 struct List;	// from segment.h
 
 /**
- * Information about vocabulary resources in SCI:
+ * @defgroup VocabularyResources	Vocabulary resources in SCI
  *
  * vocab.999 / 999.voc (unneeded) contains names of the kernel functions which
  * are implemented by the interpreter. In Sierra SCI, they are used exclusively
@@ -88,8 +88,8 @@
  *                        (e.g. "onto" - "position")
  *
  */
+//@{
 
-
 //#define DEBUG_PARSER	// enable for parser debugging
 //#define DISABLE_VALIDATIONS	// enable to stop validation checks
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list