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

Links to variables should be looked in the context of their parent #546

Closed ZedThree closed 1 year ago

ZedThree commented 1 year ago

Currently links to variables in the same module/procedure etc can be annoying because they still need the parent's name to be resolved. Resolving links in the context of the parent would help this.