aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 15:28:23 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 15:28:23 +0000
commit3ced3f91c246315453d49f43d931d17283010b2a (patch)
tree55fb741e42a58b39a8e28e37bf83b263ec816647 /doc/Doxyfile.in
parent70266b4d05d2565326d014f678d6c812edd3e27e (diff)
* temporarily remove doxygen customization, we'll see if that fix api.kde.org
but I no hope, that would be too simple ! * added Rotation2D typedefs * remove CoreDeclarations header file
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 5045598ba..bcee2591e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -768,14 +768,16 @@ HTML_FILE_EXTENSION = .html
# each generated HTML page. If it is left blank doxygen will generate a
# standard header.
-HTML_HEADER = ${CMAKE_BINARY_DIR}/doc/eigendoxy_header.html
+# ${CMAKE_BINARY_DIR}/doc/eigendoxy_header.html
+HTML_HEADER =
# 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
# standard footer.
# the footer has not been customized yet, so let's use the default one
-#HTML_FOOTER = ${CMAKE_BINARY_DIR}/doc/eigendoxy_footer.html
+# ${CMAKE_BINARY_DIR}/doc/eigendoxy_footer.html
+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
@@ -784,7 +786,8 @@ HTML_HEADER = ${CMAKE_BINARY_DIR}/doc/eigendoxy_header.html
# the style sheet file to the HTML output directory, so don't put your own
# stylesheet in the HTML output directory as well, or it will be erased!
-HTML_STYLESHEET = ${CMAKE_SOURCE_DIR}/doc/eigendoxy.css
+# ${CMAKE_SOURCE_DIR}/doc/eigendoxy.css
+HTML_STYLESHEET =
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to