GNOME Bugzilla – Bug 754606
Double anchors when using groups
Last modified: 2015-12-31 10:20:31 UTC
When looking at the group example, in LaTeX mode, as provided in the distribution the log files gives a number of warning messages: (../html/examples/group/latex/class_c1.tex) (../html/examples/group/latex/cla ss_c2.tex) (../html/examples/group/latex/class_c3.tex) (../html/examples/group/ latex/class_c4.tex [238 ]) (../html/examples/group/latex/class_c5.tex) (../html/examples/group/latex/gr oup_8cpp.texpdfTeX warning (ext4): destination with the same identifier (name{g roup__group1_ga24f647174760cac13d2624b5ad74b00c}) has been already used, duplic ate ignored <to be read again> \relax l.29 ...oup1_ga24f647174760cac13d2624b5ad74b00c}{} \label{group__group1_ga24f... pdfTeX warning (ext4): destination with the same identifier (name{group__group1 _ga053929c0809a5f56f7548fd7d9968f31}) has been already used, duplicate ignored <to be read again> \relax l.32 ...oup1_ga053929c0809a5f56f7548fd7d9968f31}{} \label{group__group1_ga053... [239]pdfTeX warning (ext4): destination with the same identifier (name{group__g roup1_gadbf675591ff057ec48ce35b0d5cdf755}) has been already used, duplicate ign ored <to be read again> \relax l.35 ...oup1_gadbf675591ff057ec48ce35b0d5cdf755}{} \label{group__group1_gadbf... )) [240] The double references are in the files: group_8cpp.tex group__group1.tex and they come from the functions func / func and /func3 When looking at the HTML code there are also the doube anchors in the files: group_8cpp.html group__group1.html
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. 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 (preferably in the form of a self-contained example).
Working now as expected