diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-11 21:39:38 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-14 11:07:35 +0100 |
commit | e6c175dfd51e4b0e6deeae72cd8a161b22af3492 (patch) | |
tree | dd453ec270016d1aeb3347fcb96f364a29435aed /doc/Doxyfile | |
parent | 066ad249843bde656265b59110c2521e2b1ce131 (diff) | |
download | ffmpeg-e6c175dfd51e4b0e6deeae72cd8a161b22af3492.tar.gz |
Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index ae6547805e..349db1aea5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -794,13 +794,13 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = doc/doxy/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. -HTML_FOOTER = doc/doxy/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 @@ -809,7 +809,7 @@ HTML_FOOTER = doc/doxy/footer.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 = doc/doxy/doxy_stylesheet.css +HTML_STYLESHEET = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. # Doxygen will adjust the colors in the stylesheet and background images |