@@ -58,7 +58,7 @@ PROJECT_LOGO = "ReactPhysics3DLogo.png"
5858# entered, it will be relative to the location where doxygen was started. If
5959# left blank the current directory will be used.
6060
61- OUTPUT_DIRECTORY =
61+ OUTPUT_DIRECTORY = "@DOXYGEN_OUTPUT_DIR@"
6262
6363# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464# directories (in 2 levels) under the output directory of each output format and
@@ -230,12 +230,6 @@ TAB_SIZE = 4
230230
231231ALIASES =
232232
233- # This tag can be used to specify a number of word-keyword mappings (TCL only).
234- # A mapping has the form "name=value". For example adding "class=itcl::class"
235- # will allow you to use the command class in the itcl::class meaning.
236-
237- TCL_SUBST =
238-
239233# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
240234# only. Doxygen will then generate output that is more tailored for C. For
241235# instance, some of the names that are used will be different. The list of all
@@ -780,7 +774,7 @@ WARN_LOGFILE =
780774# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
781775# Note: If this tag is empty the current directory is searched.
782776
783- INPUT = "../../ src/" "../../ include/reactphysics3d/"
777+ INPUT = @PROJECT_SOURCE_DIR@/" src/" @PROJECT_SOURCE_DIR@/" include/reactphysics3d/"
784778
785779# This tag can be used to specify the character encoding of the source files
786780# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1048,13 +1042,6 @@ CLANG_OPTIONS =
10481042
10491043ALPHABETICAL_INDEX = YES
10501044
1051- # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1052- # which the alphabetical index list will be split.
1053- # Minimum value: 1, maximum value: 20, default value: 5.
1054- # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1055-
1056- COLS_IN_ALPHA_INDEX = 5
1057-
10581045# In case all classes in a project start with a common prefix, all classes will
10591046# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
10601047# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -1070,7 +1057,7 @@ IGNORE_PREFIX =
10701057# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
10711058# The default value is: YES.
10721059
1073- GENERATE_HTML = YES
1060+ GENERATE_HTML = NO
10741061
10751062# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
10761063# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -1894,7 +1881,7 @@ MAN_LINKS = NO
18941881# captures the structure of the code including all documentation.
18951882# The default value is: NO.
18961883
1897- GENERATE_XML = NO
1884+ GENERATE_XML = YES
18981885
18991886# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
19001887# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -2114,12 +2101,6 @@ EXTERNAL_GROUPS = YES
21142101
21152102EXTERNAL_PAGES = YES
21162103
2117- # The PERL_PATH should be the absolute path and name of the perl script
2118- # interpreter (i.e. the result of 'which perl').
2119- # The default file (with absolute path) is: /usr/bin/perl.
2120-
2121- PERL_PATH = /usr/bin/perl
2122-
21232104#---------------------------------------------------------------------------
21242105# Configuration options related to the dot tool
21252106#---------------------------------------------------------------------------
@@ -2133,15 +2114,6 @@ PERL_PATH = /usr/bin/perl
21332114
21342115CLASS_DIAGRAMS = YES
21352116
2136- # You can define message sequence charts within doxygen comments using the \msc
2137- # command. Doxygen will then run the mscgen tool (see:
2138- # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2139- # documentation. The MSCGEN_PATH tag allows you to specify the directory where
2140- # the mscgen tool resides. If left empty the tool is assumed to be found in the
2141- # default search path.
2142-
2143- MSCGEN_PATH =
2144-
21452117# You can include diagrams made with dia in doxygen documentation. Doxygen will
21462118# then run dia to produce the diagram and insert it in the documentation. The
21472119# DIA_PATH tag allows you to specify the directory where the dia binary resides.
0 commit comments