shithub: libdvdcss

Download patch

ref: 1f3533559ceaa34d1d36f8ea16222f88e1271d4a
parent: 50fdf820f02b59be01c398a3c032a140dfc4b0d5
author: Diego Biurrun <diego@biurrun.de>
date: Mon Oct 20 07:59:03 EDT 2014

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.

--- 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
 
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -1037,7 +1037,7 @@
 # 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 @@
 # 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
--- a/doc/footer.html
+++ /dev/null
@@ -1,2 +1,0 @@
-  </body>
-</html>
--- a/doc/header.html
+++ /dev/null
@@ -1,9 +1,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>