Fortran-FOSS-Programmers / ford

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

Include type-bound procedures in call graphs if binding not visible #539

Closed ZedThree closed 1 year ago

ZedThree commented 1 year ago

Fixes #538

Plus some other minor tidy-ups:

@JosephWood2001 I've changed the behaviour for type-bound procedures in call graphs slightly: they now count as "simple bindings" only if the single binding is visible. I wonder if this needs to be further refined. Maybe we should always add bound procedures anyway, even if they add a bit of clutter for simple bindings?