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 742235 - Bogus message with addtogroup
Bogus message with addtogroup
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.9
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-01-02 18:57 UTC by albert
Modified: 2015-01-04 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Input files aa.h and bb.h (288 bytes, application/octet-stream)
2015-01-02 18:57 UTC, albert
Details

Description albert 2015-01-02 18:57:26 UTC
Created attachment 293614 [details]
Input files aa.h and bb.h

When having a group mentioned twice was part of another group (see example aa.h) we get the message:
aa.h:18: warning: Refusing to add group lvl2 to group lvl1, since the latter is already a subgroup of the former

According to the documentation this should be possible, the message is given and the output looks OK. With version 1.8.8 we didn't get the a warning.

Furthermore in the file bb.h the same situation is depicted and we get in 1.8.9 a warning message (as we should according the documentation) but in version 1.8.8 we didn't get the message. Output looks OK again.

Problem is probably introduced with change:
Debian Bug 762272: segfault with cyclic subgroups [https://github.com/doxygen/doxygen/commit/c83db38ea83499be19d9ff242bfa22ae534ee80c]
Comment 1 Dimitri van Heesch 2015-01-03 22:33:37 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2015-01-04 13:19:41 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.9.1. 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 (preferrably in the form of a self-contained example).
Comment 3 albert 2015-01-04 14:36:02 UTC
Bogus message disappeared.