Fortran-FOSS-Programmers / Fortran-FOSS-Programmers/ford
Procedures within procedures are ignored
Open
bug
- Dominant language
- Python
- Stars
- 458
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
The following is valid fortran (`gfortran` doesn't complain) but ford does not include `test2` in the documentation.
```
function test1()
contains
subroutine test2()
end subroutine test2
end function test1
```
This leads to cases like #364 where some function are not included in the call graph.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.