Your message dated Sun, 18 Jan 2015 06:58:35 +0100
with message-id <[email protected]>
and subject line Re: Bug#712934: Invalid HTML output for VHDL input
has caused the Debian Bug report #712934,
regarding Invalid HTML output for VHDL input
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
712934: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712934
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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)

--- End Message ---
--- Begin Message ---
Version: 1.8.2-1

On Thu, Jun 20, 2013 at 10:32:43PM +0200, Simon Heywood wrote:
> 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

Indeed, this change has made it to experimental and later sid. The bug
can thus be closed. Thanks for pointing to the relevant change.

Helmut

--- End Message ---

Reply via email to