From 98c0f922b17f9ba5e3859ad619be4b06bfa55f67 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 8 Mar 2013 09:04:21 -0500 Subject: [PATCH] doc/header.html: removed obsolete custom header --- doc/aubio.css | 7 ------- doc/full.cfg | 4 ++-- doc/header.html | 12 ------------ doc/web.cfg | 2 +- 4 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 doc/aubio.css delete mode 100644 doc/header.html diff --git a/doc/aubio.css b/doc/aubio.css deleted file mode 100644 index a1f33e83..00000000 --- a/doc/aubio.css +++ /dev/null @@ -1,7 +0,0 @@ -body, table, div, p, dl { - font-family: Sans-Serif; - color: #333; - font-size: small; - padding-right : 2em; - padding-left : 2em; -} diff --git a/doc/full.cfg b/doc/full.cfg index 84e080b7..9fab448a 100644 --- a/doc/full.cfg +++ b/doc/full.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = aubio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "0.4.0alpha" +PROJECT_NUMBER = "0.4.0alpha full" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -773,7 +773,7 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = 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 diff --git a/doc/header.html b/doc/header.html deleted file mode 100644 index 703cff1c..00000000 --- a/doc/header.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - aubio-0.4.0: Main Page - - - - - - diff --git a/doc/web.cfg b/doc/web.cfg index 1f598c3e..dd5af88c 100644 --- a/doc/web.cfg +++ b/doc/web.cfg @@ -788,7 +788,7 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = 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 -- 2.26.2