[Doxygen-develop] Bug: same name tags being used in one file.
Brought to you by:
dimitri
From: Carlo W. <ca...@al...> - 2002-02-09 17:52:03
|
All versions, last version tried: doxygen-1.2.13.1 Doxygen generates name tags (<a name="a1" ...) multiple times in the same file, causing the browser to jump to the wrong (the first) item. I've attached an example, search for 'name="a1"' inside that file to see that it occurs more than once. ~/c++/libcw/src/libcwd/documentation/html>grep 'name="a1"' namespacelibcw_1_1debug.html <tr><td nowrap align=right valign=top><a name="a1" doxytag="libcw::debug::mem_size"></a> <tr><td nowrap align=right valign=top><a name="a1" doxytag="libcw::debug::nonewline_cf"></a> <a name="a1" doxytag="libcw::debug::libcw_do"></a><p> -- Carlo Wood <ca...@al...> |