|
@@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8
|
|
# title of most generated pages and in a few other places.
|
|
# title of most generated pages and in a few other places.
|
|
# The default value is: My Project.
|
|
# The default value is: My Project.
|
|
|
|
|
|
-PROJECT_NAME = "Open 3D Engine Frameworks API Reference"
|
|
|
|
|
|
+PROJECT_NAME = # Handled by script, o3de-doxygen tool
|
|
|
|
|
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
|
# could be handy for archiving the generated documentation or if some version
|
|
# could be handy for archiving the generated documentation or if some version
|
|
# control system is used.
|
|
# control system is used.
|
|
|
|
|
|
-PROJECT_NUMBER = "2305.0"
|
|
|
|
|
|
+PROJECT_NUMBER = # Handled by script, o3de-doxygen tool
|
|
|
|
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
|
# for a project that appears at the top of each page and should give viewer a
|
|
# for a project that appears at the top of each page and should give viewer a
|
|
@@ -58,7 +58,7 @@ PROJECT_LOGO = "logo-placeholder-text"
|
|
# entered, it will be relative to the location where doxygen was started. If
|
|
# entered, it will be relative to the location where doxygen was started. If
|
|
# left blank the current directory will be used.
|
|
# left blank the current directory will be used.
|
|
|
|
|
|
-OUTPUT_DIRECTORY = ./build
|
|
|
|
|
|
+OUTPUT_DIRECTORY = # Handled by script, o3de-doxygen tool
|
|
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
|
# directories (in 2 levels) under the output directory of each output format and
|
|
# directories (in 2 levels) under the output directory of each output format and
|
|
@@ -170,7 +170,7 @@ FULL_PATH_NAMES = YES
|
|
# will be relative from the directory where doxygen is started.
|
|
# will be relative from the directory where doxygen is started.
|
|
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
|
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
|
|
|
|
|
-STRIP_FROM_PATH =
|
|
|
|
|
|
+STRIP_FROM_PATH = # Handled by script, o3de-doxygen tool
|
|
|
|
|
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
|
# path mentioned in the documentation of a class, which tells the reader which
|
|
# path mentioned in the documentation of a class, which tells the reader which
|
|
@@ -825,7 +825,7 @@ WARN_LOGFILE = doxygen-err.log
|
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
|
# Note: If this tag is empty the current directory is searched.
|
|
# Note: If this tag is empty the current directory is searched.
|
|
|
|
|
|
-INPUT =
|
|
|
|
|
|
+INPUT = # Handled by script, o3de-doxygen tool
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
# This tag can be used to specify the character encoding of the source files
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
@@ -1139,7 +1139,7 @@ GENERATE_HTML = YES
|
|
# The default directory is: html.
|
|
# The default directory is: html.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_OUTPUT = ./build/html
|
|
|
|
|
|
+HTML_OUTPUT = # Handled by script, o3de-doxygen tool
|
|
|
|
|
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
|
# generated HTML page (for example: .htm, .php, .asp).
|
|
# generated HTML page (for example: .htm, .php, .asp).
|