* 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
This commit is contained in:
Gael Guennebaud
2008-08-28 15:28:23 +00:00
parent 70266b4d05
commit 3ced3f91c2
5 changed files with 60 additions and 61 deletions

View File

@@ -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