On 2011-12-27 14:42:13 +0100, Luca Barbato wrote:
> On 27/12/11 14:37, Janne Grunau wrote:
> >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
> 
> The footer gets ugly again, let's use the understood variables but
> keep my formatting, not sure about the header though.

The variables in the header are wrong and we don't use those features
anyway so it should safe to remove them

> Probably updating doxygen might be the sanest thing to do.

I need the css chenges even with 1.7.5.1 for the footer to look sane
if I wasn't tricked by caching.

updated patch attached.

Janne
>From ddab14ae728e89d4aabf43d0d555f4438cc097e9 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 |   14 +-------------
 doc/doxy/header.html |    3 ---
 2 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/doc/doxy/footer.html b/doc/doxy/footer.html
index 1bff6de..7217351 100644
--- a/doc/doxy/footer.html
+++ b/doc/doxy/footer.html
@@ -1,19 +1,7 @@
  </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-->
+   Generated on $datetime for $projectname by&#160;<a href="http://www.doxygen.org/index.html";>doxygen</a> $doxygenversion
  </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