-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
i.e. the \; latex command in math mode. This is a regression in Doxygen 1.10.0, it did not occur with 1.9.8. An example Fortran file test.f90:
!> test doxygen
!>
!> some formula \f$U^{\;\;i_1}_{ac}\f$ included.
subroutine test
end subroutine test
Generates:
/host> doxygen Doxyfile 1>/dev/null
/host/test.f90:4: warning: End of comment block while inside formula.
********************************************************************
Error in file /host/test.f90 line: 6, state: 10(ModuleBody)
********************************************************************
This was with doxygen built from doxygen-1.10.0.src.tar.gz.