mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:44:08 +00:00
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
Also delete some unused declarations, and rename is_playing to snd_is_playing. This was SVN commit r7813.
This commit is contained in:
+8
-4
@@ -3,12 +3,12 @@ PROJECT_NUMBER = trunk
|
||||
|
||||
TAB_SIZE = 4
|
||||
|
||||
INPUT = ../../source/simulation2 ../../source/scriptinterface ../../source/network ../../source/gui
|
||||
INPUT = ../../source
|
||||
INCLUDE_PATH = ../../source
|
||||
EXAMPLE_PATH = ../../source
|
||||
RECURSIVE = YES
|
||||
EXCLUDE_PATTERNS = */.svn* */tests/test_*
|
||||
EXCLUDE = ../../source/dcdt ../../source/tools ../../source/i18n/tests2
|
||||
EXCLUDE = ../../source/tools ../../source/i18n/tests2 ../../source/simulation
|
||||
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
|
||||
@@ -23,6 +23,10 @@ GENERATE_LATEX = NO
|
||||
|
||||
MACRO_EXPANSION = YES
|
||||
EXPAND_ONLY_PREDEF = YES
|
||||
PREDEFINED = "UNUSED(x)=x"
|
||||
PREDEFINED = "UNUSED(x)=x" \
|
||||
"METHODDEF(x)=static x" \
|
||||
"GLOBAL(x)=x"
|
||||
EXPAND_AS_DEFINED += DEFAULT_COMPONENT_ALLOCATOR DEFAULT_SCRIPT_WRAPPER DEFAULT_INTERFACE_WRAPPER DEFAULT_MESSAGE_IMPL
|
||||
EXPAND_AS_DEFINED += MESSAGE INTERFACE COMPONENT
|
||||
EXPAND_AS_DEFINED += MESSAGE INTERFACE COMPONENT GUISTDTYPE
|
||||
|
||||
WARN_LOGFILE = doxygen.log
|
||||
|
||||
Reference in New Issue
Block a user