GNOME Bugzilla – Bug 735745
Spurious ASSERT message
Last modified: 2014-12-26 09:47:06 UTC
Sometimes we get the message: ASSERT: "tok==TK_WHITESPACE" in ..\src\docparser.cpp (4718) this is quite hard to track as not always further information is given. The error given for the input file bb.h(with standard Doxyfile): /** \file */ /** \brief brief docu of tst1 * * @param * @return number of fields */ int tst1(int x); Generating docs for file bb.h... ASSERT: "tok==TK_WHITESPACE" in ..\src\docparser.cpp (4718)
Just pushed a proposed patch (pull request 217)
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. 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).
A correct message is given.