GNOME Bugzilla – Bug 706874
Doxygen crash if missing new-line in a snippet
Last modified: 2013-12-24 18:59:23 UTC
The following input leads to a crash of Doxygen. Note that end-of-file is right after // [example]. test.md: \snippet example.js example example.js: // [example] var answer = 42 // [example] <-- missing new-line Workaround: simply add a new-line at the end of the file.
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.6. 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).