|
|
@@ -180,7 +180,7 @@ SEPARATE_MEMBER_PAGES = NO
|
|
|
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
|
|
|
# Doxygen uses this value to replace tabs by spaces in code fragments.
|
|
|
|
|
|
-TAB_SIZE = 8
|
|
|
+TAB_SIZE = 2
|
|
|
|
|
|
# This tag can be used to specify a number of aliases that acts
|
|
|
# as commands in the documentation. An alias has the form "name=value".
|
|
|
@@ -916,7 +916,7 @@ TOC_EXPAND = NO
|
|
|
# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
|
|
|
# HTML documentation.
|
|
|
|
|
|
-GENERATE_QHP = NO
|
|
|
+GENERATE_QHP = YES
|
|
|
|
|
|
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
|
|
|
# be used to specify the file name of the resulting .qch file.
|
|
|
@@ -928,7 +928,7 @@ QCH_FILE =
|
|
|
# Qt Help Project output. For more information please see
|
|
|
# http://doc.trolltech.com/qthelpproject.html#namespace
|
|
|
|
|
|
-QHP_NAMESPACE =
|
|
|
+QHP_NAMESPACE = org.AnKi
|
|
|
|
|
|
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
|
|
|
# Qt Help Project output. For more information please see
|
|
|
@@ -1015,7 +1015,7 @@ GENERATE_LATEX = NO
|
|
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
|
|
# put in front of it. If left blank `latex' will be used as the default path.
|
|
|
|
|
|
-LATEX_OUTPUT = latex
|
|
|
+LATEX_OUTPUT = doxygen-latex
|
|
|
|
|
|
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
|
|
|
# invoked. If left blank `latex' will be used as the default command name.
|
|
|
@@ -1038,7 +1038,7 @@ COMPACT_LATEX = NO
|
|
|
# by the printer. Possible values are: a4, a4wide, letter, legal and
|
|
|
# executive. If left blank a4wide will be used.
|
|
|
|
|
|
-PAPER_TYPE = a4wide
|
|
|
+PAPER_TYPE = letter
|
|
|
|
|
|
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
|
|
|
# packages that should be included in the LaTeX output.
|
|
|
@@ -1070,7 +1070,7 @@ USE_PDFLATEX = YES
|
|
|
# running if errors occur, instead of asking the user for help.
|
|
|
# This option is also used when generating formulas in HTML.
|
|
|
|
|
|
-LATEX_BATCHMODE = NO
|
|
|
+LATEX_BATCHMODE = YES
|
|
|
|
|
|
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
|
|
|
# include the index chapters (such as File Index, Compound Index, etc.)
|
|
|
@@ -1260,7 +1260,27 @@ SEARCH_INCLUDES = YES
|
|
|
# contain include files that are not input files but should be processed by
|
|
|
# the preprocessor.
|
|
|
|
|
|
-INCLUDE_PATH = ../src/Scripting/ ../src/Math/ ../src/Util/Tokenizer/ ../src/Misc/ ../src/ ../src/Renderer/ ../src/Scene/ ../src/Ui/ ../src/Resources/ ../src/Util/ ../src/Scene/Controllers/ ../src/Physics/ ../src/Renderer/BufferObjects/ ../src/Resources/Helpers/ ../src/Resources/Core/ ../src/Core/ ../src/Scripting/Math ../src/Scripting/Util ../src/Scripting/Core ../src/Scripting/Scene ../src/Scripting/Renderer
|
|
|
+INCLUDE_PATH = ../src/Scripting/ \
|
|
|
+ ../src/Math/ \
|
|
|
+ ../src/Misc/ \
|
|
|
+ ../src/ \
|
|
|
+ ../src/Renderer/ \
|
|
|
+ ../src/Scene/ \
|
|
|
+ ../src/Ui/ \
|
|
|
+ ../src/Resources/ \
|
|
|
+ ../src/Util/ \
|
|
|
+ ../src/Scene/Controllers/ \
|
|
|
+ ../src/Physics/ \
|
|
|
+ ../src/Renderer/BufferObjects/ \
|
|
|
+ ../src/Resources/Helpers/ \
|
|
|
+ ../src/Resources/Core/ \
|
|
|
+ ../src/Core/ \
|
|
|
+ ../src/Scripting/Math \
|
|
|
+ ../src/Scripting/Util \
|
|
|
+ ../src/Scripting/Core \
|
|
|
+ ../src/Scripting/Scene \
|
|
|
+ ../src/Scripting/Renderer \
|
|
|
+ ../src/Input
|
|
|
|
|
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
|
|
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
|
|
@@ -1278,10 +1298,8 @@ INCLUDE_FILE_PATTERNS = *.h \
|
|
|
# undefined via #undef or recursively expanded use the := operator
|
|
|
# instead of the = operator.
|
|
|
|
|
|
-PREDEFINED = "PROPERTY_RW(_v0_,_v1_,_v2_,_v3_):=private: _v0_ _v1_;" \
|
|
|
- "PROPERTY_R(_v0_,_v1_,_v2_):= private: _v0_ _v1_; \
|
|
|
- public: const _v0_& _v2_() const; /**< Property getter */ \
|
|
|
- private: _v0_ _v1_;"
|
|
|
+PREDEFINED = "PROPERTY_RW(_v0_,_v1_,_v2_,_v3_) := private: _v0_ _v1_; public: const _v0_& _v3_() const; /**< Property getter */ public: _v0_& _v3_(); /**< Property getter #2*/ void _v2_(_v0_&); /**< Property setter*/ private: _v0_ _v1_;" \
|
|
|
+ "PROPERTY_R(_v0_,_v1_,_v2_):= private: _v0_ _v1_; public: const _v0_& _v2_() const; /**< Property getter */ private: _v0_ _v1_;"
|
|
|
|
|
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
|
|
# this tag can be used to specify a list of macro names that should be expanded.
|