Package: doxygen
Version: 1.8.1.2-2

When generating HTML documentation for VHDL files, the output contains
superfluous, unclosed <div class="summary"> tags. This breaks the page
layout quite badly.

This bug appears to have been fixed upstream in release 1.8.2-20120930,
and presumably therefore in experimental:

https://github.com/doxygen/doxygen/commit/ceb4115c7b941039411e1793e01239610ff112a2

However, it will continue to be a problem in Wheezy. This patch fixes
it:

--- a/src/classdef.cpp  2012-07-08 16:57:06.000000000 +0200
+++ b/src/classdef.cpp  2013-06-19 17:59:06.000000000 +0200
@@ -1500,6 +1500,7 @@
     for (li.toFirst();li.current();++li)
     {
       ol.writeSummaryLink(0,li.current()->data(),li.current()->data(),first);
+      first=FALSE;
     }
   }
   if (!first)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to