After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754606 - Double anchors when using groups
Double anchors when using groups
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: documentation
1.8.11-GIT
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-09-05 17:15 UTC by albert
Modified: 2015-12-31 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description albert 2015-09-05 17:15:10 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
Comment 1 Dimitri van Heesch 2015-11-01 13:12:20 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2015-12-30 10:20:06 UTC
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).
Comment 3 albert 2015-12-31 10:20:31 UTC
Working now as expected