|
@@ -461,6 +461,9 @@ CASE_SENSE_NAMES = YES
|
|
# will show members with their full class and namespace scopes in the
|
|
# will show members with their full class and namespace scopes in the
|
|
# documentation. If set to YES the scope will be hidden.
|
|
# 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
|
|
HIDE_SCOPE_NAMES = YES
|
|
|
|
|
|
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
|
|
# 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 += ConsoleVoid=void
|
|
PREDEFINED += ConsoleBool=bool
|
|
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 += ConsoleFunctionGroupBegin(groupName,usage)=" "
|
|
PREDEFINED += ConsoleFunctionGroupBeginWithDocs(groupName)="namespace Global { namespace groupName {"
|
|
PREDEFINED += ConsoleFunctionGroupBeginWithDocs(groupName)="namespace Global { namespace groupName {"
|