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

Make calls recognize associations #536

Closed JosephWood2001 closed 1 year ago

JosephWood2001 commented 1 year ago

refactors the call chain correlation to make it much simpler, and also adds some functionality to allow it to parse call chains that may have been modified by an association (association modified call chains might have a function call in the middle of the call chain)

recognizes associations and applies them to call chains. Additionally, the rhs of associations are called when the association is made, and these are now also added as call chains.

JosephWood2001 commented 1 year ago

👍 applied suggestions, except for adding a warning to contexts that can't be found.