diff options
Diffstat (limited to 'documentation/Doxyfile.in')
| -rw-r--r-- | documentation/Doxyfile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 0c6f8ffac..227c4b6fe 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -648,7 +648,8 @@ EXCLUDE_SYMBOLS = # the \include command). EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/../test \ - @CMAKE_CURRENT_SOURCE_DIR@/../examples + @CMAKE_CURRENT_SOURCE_DIR@/../examples \ + @CMAKE_CURRENT_BINARY_DIR@ @CMAKE_CURRENT_SOURCE_DIR@ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -803,7 +804,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/src/html_footer +HTML_FOOTER = # 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 |
