Skip to content

ASSERT(0) in docnode.cpp #10950

@kjellahl

Description

@kjellahl

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).

doxytest.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    MarkdownMarkdown translation input related issuebug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions