|
@@ -672,7 +672,7 @@ FILE_VERSION_FILTER =
|
|
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
|
|
# tag is left empty.
|
|
|
|
|
|
-LAYOUT_FILE =
|
|
|
+LAYOUT_FILE = @CMAKE_CURRENT_SOURCE_DIR@/doc/DoxygenLayout.xml
|
|
|
|
|
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
|
|
# the reference definitions. This must be a list of .bib files. The .bib
|
|
@@ -1046,7 +1046,7 @@ HTML_FILE_EXTENSION = .html
|
|
|
# of the possible markers and block names see the documentation.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_HEADER = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/header.html
|
|
|
+#HTML_HEADER = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/header.html
|
|
|
|
|
|
# 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
|
|
@@ -1056,7 +1056,7 @@ HTML_HEADER = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/header.html
|
|
|
# that doxygen normally uses.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/footer.html
|
|
|
+#HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/footer.html
|
|
|
|
|
|
# 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
|
|
@@ -1068,7 +1068,7 @@ HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/footer.html
|
|
|
# obsolete.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/doxygen.css
|
|
|
+#HTML_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/doxygen.css
|
|
|
|
|
|
# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
|
|
|
# defined cascading style sheet that is included after the standard style sheets
|
|
@@ -1089,8 +1089,8 @@ HTML_EXTRA_STYLESHEET =
|
|
|
# files will be copied as-is; there are no commands or markers available.
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
-HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/jquery-1.11.1.min.js \
|
|
|
- @CMAKE_CURRENT_SOURCE_DIR@/doc/style/load-style.js
|
|
|
+#HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/doc/style/jquery-1.11.1.min.js \
|
|
|
+# @CMAKE_CURRENT_SOURCE_DIR@/doc/style/load-style.js
|
|
|
|
|
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
|
|
# will adjust the colors in the stylesheet and background images according to
|
|
@@ -1925,7 +1925,7 @@ SEARCH_INCLUDES = YES
|
|
|
# preprocessor.
|
|
|
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
|
|
|
|
|
-INCLUDE_PATH = src
|
|
|
+INCLUDE_PATH =
|
|
|
|
|
|
# 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
|