-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
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.