[libdvdcss-devel] doc: Remove HTML header and footer for Doxygen output

Diego Biurrun git at videolan.org
Tue Oct 21 21:17:06 CEST 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 20 11:59:03 2014 +0200| [1f3533559ceaa34d1d36f8ea16222f88e1271d4a] | committer: Diego Biurrun

doc: Remove HTML header and footer for Doxygen output

Both are extremely primitive and produce output much worse than the default
header and footer generated during a standard Doxygen run.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=1f3533559ceaa34d1d36f8ea16222f88e1271d4a
---

 Makefile.am        |    2 +-
 doc/doxygen.cfg.in |    4 ++--
 doc/footer.html    |    2 --
 doc/header.html    |    9 ---------
 4 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f382b0d..f50948a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = msvc libdvdcss.spec doc/header.html doc/footer.html INSTALL
+EXTRA_DIST = msvc libdvdcss.spec INSTALL
 
 dist_doc_DATA = AUTHORS COPYING NEWS README ChangeLog
 
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 0ec395e..dc55d7e 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -1037,7 +1037,7 @@ HTML_FILE_EXTENSION    = .html
 # of the possible markers and block names see the documentation.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_HEADER            = @top_srcdir@/doc/header.html
+HTML_HEADER            =
 
 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
 # generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1047,7 +1047,7 @@ HTML_HEADER            = @top_srcdir@/doc/header.html
 # that doxygen normally uses.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_FOOTER            = @top_srcdir@/doc/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 fine-tune the look of
diff --git a/doc/footer.html b/doc/footer.html
deleted file mode 100644
index b605728..0000000
--- a/doc/footer.html
+++ /dev/null
@@ -1,2 +0,0 @@
-  </body>
-</html>
diff --git a/doc/header.html b/doc/header.html
deleted file mode 100644
index 4a43507..0000000
--- a/doc/header.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-    <title>libdvdcss documentation</title>
-    <link href="/main.css" rel="stylesheet" type="text/css">
-    <link href="/doxygen.css" rel="stylesheet" type="text/css">
-  </head>
-  <body>



More information about the libdvdcss-devel mailing list