GNOME Bugzilla – Bug 742235
Bogus message with addtogroup
Last modified: 2015-01-04 14:36:02 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]
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.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).
Bogus message disappeared.