On 2011-12-27 04:55:02 +0100, Luca Barbato wrote:
> Doxygen 1.7.5.1 had been used as reference while certain distributions
> provide older and not fully compatible versions.
> ---
>  doc/doxy/doxy_stylesheet.css |   75 
> ++++++++++++------------------------------
>  doc/doxy/footer.html         |   17 ++-------
>  2 files changed, 25 insertions(+), 67 deletions(-)

the stylesheet changes looks good, the change to the foter not so much.
$generatedby doesn't seem to be a valid doxygen variable and doesn't
get replaced. The header has a similar problem with not replaced
variables. see attached patch

Janne
>From b96a73dab9c76a76473c06f6d1c5b67791f8c4d3 Mon Sep 17 00:00:00 2001
From: Janne Grunau <[email protected]>
Date: Tue, 27 Dec 2011 14:33:58 +0100
Subject: [PATCH 1/1] doxygen: remove unreplaced variables from custom header
 and footer

---
 doc/doxy/footer.html |   16 +++-------------
 doc/doxy/header.html |    3 ---
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/doc/doxy/footer.html b/doc/doxy/footer.html
index 1bff6de..0390534 100644
--- a/doc/doxy/footer.html
+++ b/doc/doxy/footer.html
@@ -1,19 +1,9 @@
  </div>
 
  <div id="footer">
- <!--BEGIN GENERATE_TREEVIEW-->
-     <li class="footer">$generatedby
-     <a href="http://www.doxygen.org/index.html";>
-     <img class="footer" src="doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
-    </ul>
- <!--END GENERATE_TREEVIEW-->
- <!--BEGIN !GENERATE_TREEVIEW-->
- <address class="footer"><small>
- $generatedby &#160;<a href="http://www.doxygen.org/index.html";>
- <img class="footer" src="$relpath$doxygen.png" alt="doxygen"/>
- </a> $doxygenversion
- </small></address>
- <!--END !GENERATE_TREEVIEW-->
+   <hr class="footer"/>
+   <address class="footer"><small>
+   Generated on $datetime for $projectname by&#160;<a href="http://www.doxygen.org/index.html";><img class="footer" src="$relpath$doxygen.png" alt="doxygen"/></a> $doxygenversion</small></address>
  </div>
 
 </div>
diff --git a/doc/doxy/header.html b/doc/doxy/header.html
index 97b7234..9e57c98 100644
--- a/doc/doxy/header.html
+++ b/doc/doxy/header.html
@@ -6,9 +6,6 @@
 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
 <link href="$relpath$doxy_stylesheet.css" rel="stylesheet" type="text/css" />
-$treeview
-$search
-$mathjax
 </head>
 
 <div id="container">
-- 
1.7.8.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to