Fortran-FOSS-Programmers / Fortran-FOSS-Programmers/ford

Procedures within procedures are ignored

Open
#366 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.