You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having:
**foo.f**
```
!> \file
!>
!> The level 1
!>
!> provoking an error \error_5_1_ftn
!>
!> \include{doc} kaboom_ftn.md
!> \brief the fie 1
!> \details the fie 1
!> \error_11_ftn
subroutine ftn_1
end subroutine ftn_1
```
**kaboom_ftn.md**
```
# Uh-oh 1
!>
!> Seems Doxygen isn't playing nice with slightly longer paths... \error_3
```
gives the warning:
```
Error in file .../foo.f line: 17, state: 10(ModuleBody)
```
Due to the fact that the end include line is not a valid Fortran comment line (missing the `!>`)
(handling in Fortran scanner analogous to the handling in scanner.l from #10490)
0 commit comments