GNOME Bugzilla – Bug 746614
Bogus warning regarding nested comments
Last modified: 2015-07-15 13:52:39 UTC
Created attachment 300085 [details] Project to reproduce problem In case the previous file gives a warning regarding the wrong used nested comments and the next file does not have any doxygen comment there is still the message that there is a nested comment but even without probable line numbers. Warnings look like: .../aa.c:18: warning: Reached end of file while still inside a (nested) comment. Nesting level 4 (probable line reference: 13, 11, 10, 8) .../bb.c:11: warning: Reached end of file while still inside a (nested) comment. Nesting level 4 (probable line reference: )
I've just pushed a proposed patch to github (pull request 320)
Patch has been integrated in github.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.10. 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).
Bogus message is gone.