GNOME Bugzilla – Bug 625317
/**< after inlined function crashes doxygen
Last modified: 2010-10-09 08:19:47 UTC
The following line of code included in any processed file will make doxygen segfault: void foo() {;} /**< comment If the definition of the function is removed, doxygen doesn't crash.
Confirmed. It is due to the unterminated comment block. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.2. 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.