-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Starting with doxygen 1.9.3 the ASSERT(0) statement in docnode.cpp, DocPara::handleCommand()
can be reached. The attached doxytest.h file is an example of a file that triggers
this message. It's part of a longer file that produces several ASSERT messages.
I made some tests with gdb and saw that cmdId = 103 (CMD_SETSCOPE) which
is not a case in the big switch statement.
Tested with doxygen 1.12.0 (7b32bc3).
Reactions are currently unavailable