You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created attachment 204316
doxygen with default options produces nonvalidating structfoo_1_1A.html
Steps to reproduce:
mkdir test
cd test
cp test.cpp
doxygen -g
doxygen
less html/structfoo_1_1A.html
The following parts occur twice, once before and once after the
...
This causes a validation error due to the duplicate id attributes.
The error only seems to affect classes in namespaces. If I remove the namespace the error does not occur.
Tested with doxygen-1.7.6.1 (self-compiled from the tar.gz) on Ubuntu Lucid.
On 2011-12-29 15:15:26 +0000, Dimitri van Heesch wrote:
Confirmed. Should be fixed in the next subversion update.
On 2012-02-25 15:37:16 +0000, Dimitri van Heesch wrote:
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.0. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.