Skip to content

semi-colon after a formula causes error #10878

@ajmay81

Description

@ajmay81

As requested #10552 (comment) is reported here as it's own issue. Here is an example test.f90:

!> test doxygen
!>
!> A formula \f$A\f$; followed by a semi-colon
subroutine test
end subroutine test

which generates:

/host> doxygen Doxyfile 1>/dev/null
********************************************************************
Error in file /host/test.f90 line: 6, state: 10(ModuleBody)
********************************************************************
/host> doxygen --version
1.11.0

There is no such problem if the semi-colon is changed to a comma.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions