GNOME Bugzilla – Bug 762670
References for one function can inherit References from subsequent non documented function
Last modified: 2016-09-05 13:45:18 UTC
Created attachment 322350 [details] REFERENCES_RELATION test case showing "inheritance" from undocumented functions When REFERENCES_RELATION is set to YES, function can "inherit" references from subsequent undocumented function. The test case reproduces the bug in Doxygen 1.8.11. Expected behaviour: get_int() function documentation should include: References ARRAY_ELEMENTS, E_ONE, E_TWO, iOne, iTwo. Actual behaviour: get_int() function documentation includes: References ARRAY_ELEMENTS, E_ONE, E_TWO, iOne, iTwo, iUndocumentedFour, iUndocumentedOne, iUndocumentedThree, iUndocumentedTwo, and UndocumentedStruct::one. Attached is complete working example.
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.12. 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).