doc/header.html: removed obsolete custom header
authorPaul Brossier <piem@piem.org>
Fri, 8 Mar 2013 14:04:21 +0000 (09:04 -0500)
committerPaul Brossier <piem@piem.org>
Fri, 8 Mar 2013 14:04:21 +0000 (09:04 -0500)
doc/aubio.css [deleted file]
doc/full.cfg
doc/header.html [deleted file]
doc/web.cfg

diff --git a/doc/aubio.css b/doc/aubio.css
deleted file mode 100644 (file)
index a1f33e8..0000000
+++ /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;
-}
index 84e080b..9fab448 100644 (file)
@@ -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 (file)
index 703cff1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-    <title>aubio-0.4.0: Main Page</title>
-    <link href="tabs.css" rel="stylesheet" type="text/css"/>
-    <link href="search/search.css" rel="stylesheet" type="text/css"/>
-    <script type="text/javaScript" src="search/search.js"></script>
-    <link href="doxygen.css" rel="stylesheet" type="text/css"/>
-    <link href="aubio.css" rel="stylesheet" type="text/css"/>
-  </head>
index 1f598c3..dd5af88 100644 (file)
@@ -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