aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-27 14:08:06 +0000
committerFilippos Karapetis2010-01-27 14:08:06 +0000
commitef313aee02a0b1c289810bb9dda61ca587202f88 (patch)
tree2602904fe2995ce869e9c2ee2e9be36f0b98f3b4
parented199f38b4fa2fd69077341f41609b4a84aa9ade (diff)
downloadscummvm-rg350-ef313aee02a0b1c289810bb9dda61ca587202f88.tar.gz
scummvm-rg350-ef313aee02a0b1c289810bb9dda61ca587202f88.tar.bz2
scummvm-rg350-ef313aee02a0b1c289810bb9dda61ca587202f88.zip
Fixed comment about vocabulary, so that it doesn't refer to the line below it
svn-id: r47598
-rw-r--r--engines/sci/engine/kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/kernel.h b/engines/sci/engine/kernel.h
index 275daba835..e6f109c373 100644
--- a/engines/sci/engine/kernel.h
+++ b/engines/sci/engine/kernel.h
@@ -40,7 +40,7 @@ struct Node; // from segment.h
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,7 +88,7 @@ struct List; // from segment.h
* (e.g. "onto" - "position")
*
*/
-
+//@{
//#define DEBUG_PARSER // enable for parser debugging
//#define DISABLE_VALIDATIONS // enable to stop validation checks