|
|
@@ -45,7 +45,7 @@ PROJECT_BRIEF =
|
|
|
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
|
|
# Doxygen will copy the logo to the output directory.
|
|
|
|
|
|
-PROJECT_LOGO = ./gameplay-api/gameplay.png
|
|
|
+PROJECT_LOGO =
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
|
|
# base path where the generated documentation will be put.
|
|
|
@@ -562,7 +562,7 @@ MAX_INITIALIZER_LINES = 30
|
|
|
# at the bottom of the documentation of classes and structs. If set to YES the
|
|
|
# list will mention the files that were used to generate the documentation.
|
|
|
|
|
|
-SHOW_USED_FILES = YES
|
|
|
+SHOW_USED_FILES = NO
|
|
|
|
|
|
# If the sources in your project are distributed over multiple directories
|
|
|
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
|
|
|
@@ -574,7 +574,7 @@ SHOW_DIRECTORIES = NO
|
|
|
# This will remove the Files entry from the Quick Index and from the
|
|
|
# Folder Tree View (if specified). The default is YES.
|
|
|
|
|
|
-SHOW_FILES = YES
|
|
|
+SHOW_FILES = NO
|
|
|
|
|
|
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
|
|
|
# Namespaces page. This will remove the Namespaces entry from the Quick Index
|
|
|
@@ -689,7 +689,8 @@ INPUT_ENCODING = UTF-8
|
|
|
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
|
|
|
# *.f90 *.f *.for *.vhd *.vhdl
|
|
|
|
|
|
-FILE_PATTERNS = *.h
|
|
|
+FILE_PATTERNS = *.h \
|
|
|
+ *.dox
|
|
|
|
|
|
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
|
|
|
# should be searched for input files as well. Possible values are YES and NO.
|
|
|
@@ -839,7 +840,7 @@ USE_HTAGS = NO
|
|
|
# will generate a verbatim copy of the header file for each class for
|
|
|
# which an include is specified. Set to NO to disable this.
|
|
|
|
|
|
-VERBATIM_HEADERS = YES
|
|
|
+VERBATIM_HEADERS = NO
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
# configuration options related to the alphabetical class index
|
|
|
@@ -896,7 +897,7 @@ HTML_FILE_EXTENSION = .html
|
|
|
# have to redo this when upgrading to a newer version of doxygen or when
|
|
|
# changing the value of configuration settings such as GENERATE_TREEVIEW!
|
|
|
|
|
|
-HTML_HEADER =
|
|
|
+HTML_HEADER = gameplay-api/header.html
|
|
|
|
|
|
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
|
|
|
# each generated HTML page. If it is left blank doxygen will generate a
|
|
|
@@ -1136,7 +1137,7 @@ DISABLE_INDEX = NO
|
|
|
# Since the tree basically has the same information as the tab index you
|
|
|
# could consider to set DISABLE_INDEX to NO when enabling this option.
|
|
|
|
|
|
-GENERATE_TREEVIEW = YES
|
|
|
+GENERATE_TREEVIEW = NO
|
|
|
|
|
|
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
|
|
|
# (range [0,1..20]) that doxygen will group on one line in the generated HTML
|