Browse Source

Added a couple of comments to doxygen config for TS. no biggie.

Charlie Patterson 12 years ago
parent
commit
0713321139
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tools/documentation/config/torqueScriptReference.cfg

+ 5 - 1
tools/documentation/config/torqueScriptReference.cfg

@@ -461,6 +461,9 @@ CASE_SENSE_NAMES       = YES
 # will show members with their full class and namespace scopes in the
 # documentation. If set to YES the scope will be hidden.
 
+# T2D
+# TODO: this does not seem to hide namespace scopes after all.  They are horrible!
+
 HIDE_SCOPE_NAMES       = YES
 
 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
@@ -1605,7 +1608,8 @@ PREDEFINED            += ConsoleFloat=float
 PREDEFINED            += ConsoleVoid=void
 PREDEFINED            += ConsoleBool=bool
 
-# notes: need a namespace to guard classes or global functions from being hidden (due to the same name (for a different meaning) in the engine)
+# T2D
+# * need a namespace to guard classes or global functions from being hidden (due to the same name (for a different meaning) in the engine)
 
 PREDEFINED            += ConsoleFunctionGroupBegin(groupName,usage)=" "
 PREDEFINED            += ConsoleFunctionGroupBeginWithDocs(groupName)="namespace Global { namespace groupName {"