Discussion:
[libdvdcss-devel] doc: Remove HTML header and footer for Doxygen output
Diego Biurrun
2014-10-20 17:10:22 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:59:03 2014 +0200| [3f099ccc3875c4842991db79d93632e32d9989bc] | committer: Jean-Baptiste Kempf

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=3f099ccc3875c4842991db79d93632e32d9989bc
---

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>
Diego Biurrun
2014-10-20 17:14:56 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:59:03 2014 +0200| [f9e1b32f81285e8f772911c91d4ba010b1f01a36] | committer: Jean-Baptiste Kempf

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=f9e1b32f81285e8f772911c91d4ba010b1f01a36
---

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>
Diego Biurrun
2014-10-21 19:17:06 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@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>

Loading...