After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735745 - Spurious ASSERT message
Spurious ASSERT message
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: documentation
1.8.8
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2014-08-31 13:47 UTC by albert
Modified: 2014-12-26 09:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description albert 2014-08-31 13:47:11 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)
Comment 1 albert 2014-08-31 13:53:31 UTC
Just pushed a proposed patch (pull request 217)
Comment 2 Dimitri van Heesch 2014-09-04 17:55:52 UTC
Thanks, I'll include the patch in the next GIT update.
Comment 3 Dimitri van Heesch 2014-12-25 16:02:33 UTC
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).
Comment 4 albert 2014-12-26 09:47:06 UTC
A correct message is given.