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 707971 - GENERATE_TAGFILE option puts member functions into wrong compound class
GENERATE_TAGFILE option puts member functions into wrong compound class
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.2
Other All
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2013-09-12 12:38 UTC by Florian Link
Modified: 2018-07-30 10:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example that indicates the wrong tag file generation (18.44 KB, application/zip)
2013-09-12 12:38 UTC, Florian Link
Details

Description Florian Link 2013-09-12 12:38:46 UTC
Created attachment 254776 [details]
Example that indicates the wrong tag file generation

We are using the GENERATE_TAGFILE option to generate XML files of our sources.
Starting with version 1.8.x, member functions of base classes suddenly appeared in a derived class and are not listed in the base class (XML compound).

The attached files show such a behaviour. The method of the base class BClass is listed in the AClass, which is derived from BClass.

It seems that this depends on the alphabetic ordering of the classes. If AClass and BClass are renamed, everything is ok again.

To me it looks like starting with 1.8.x each member function is written only once and it is not checked if it is written into the correct class where it was defined. So it depends on which class is written first where is lands in the tag file.

I attached an example zip file which shows the problem.
Comment 1 André Klapper 2018-07-30 10:10:34 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!