|
@@ -58,7 +58,7 @@ PROJECT_LOGO =
|
|
|
# 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 = doc/doxygen
|
|
|
|
|
|
|
+OUTPUT_DIRECTORY = doxygen
|
|
|
|
|
|
|
|
# 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
|
|
@@ -161,7 +161,7 @@ STRIP_FROM_PATH = src
|
|
|
# specify the list of include paths that are normally passed to the compiler
|
|
# specify the list of include paths that are normally passed to the compiler
|
|
|
# using the -I flag.
|
|
# using the -I flag.
|
|
|
|
|
|
|
|
-STRIP_FROM_INC_PATH = src/headers
|
|
|
|
|
|
|
+STRIP_FROM_INC_PATH = ../src/headers
|
|
|
|
|
|
|
|
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
|
|
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
|
|
|
# less readable) file names. This can be useful is your file systems doesn't
|
|
# less readable) file names. This can be useful is your file systems doesn't
|
|
@@ -754,7 +754,7 @@ WARN_LOGFILE =
|
|
|
# spaces.
|
|
# spaces.
|
|
|
# Note: If this tag is empty the current directory is searched.
|
|
# Note: If this tag is empty the current directory is searched.
|
|
|
|
|
|
|
|
-INPUT = src
|
|
|
|
|
|
|
+INPUT = ../src/
|
|
|
|
|
|
|
|
# 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
|
|
@@ -1046,7 +1046,7 @@ HTML_FILE_EXTENSION = .html
|
|
|
# of the possible markers and block names see the documentation.
|
|
# of the possible markers and block names see the documentation.
|
|
|
# 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_HEADER = doc/header.html
|
|
|
|
|
|
|
+HTML_HEADER = header.html
|
|
|
|
|
|
|
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
|
|
# generated HTML page. If the tag is left blank doxygen will generate a standard
|
|
# generated HTML page. If the tag is left blank doxygen will generate a standard
|
|
@@ -1056,7 +1056,7 @@ HTML_HEADER = doc/header.html
|
|
|
# that doxygen normally uses.
|
|
# that doxygen normally uses.
|
|
|
# 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_FOOTER = doc/footer.html
|
|
|
|
|
|
|
+HTML_FOOTER = footer.html
|
|
|
|
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
|
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
|
@@ -1924,7 +1924,7 @@ SEARCH_INCLUDES = YES
|
|
|
# preprocessor.
|
|
# preprocessor.
|
|
|
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
|
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
|
|
|
|
|
|
|
-INCLUDE_PATH = src/headers
|
|
|
|
|
|
|
+INCLUDE_PATH = ../src//headers
|
|
|
|
|
|
|
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
|
# 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
|
|
# patterns (like *.h and *.hpp) to filter out the header-files in the
|