Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
405 stars 131 forks source link

Fix missing labels on codeunits #532

Closed JosephWood2001 closed 1 year ago

JosephWood2001 commented 1 year ago

There were a few cases where some labels (e.g. vars, proc names) are missing from contexts that they should be present in.

Here are the cases that this PR fixes:

in submodules, the parent module's private vars in internal procedures, the parent procedure's args and return values in interfaces, imported items via USE in generic interfaces implementation, the attributes of the base interface

JosephWood2001 commented 1 year ago

👍 , made suggested changes