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

Nested link for intrinsic `iso_fortran_env` module #564

Closed interkosmos closed 11 months ago

interkosmos commented 1 year ago

If a Fortran module or procedure imports the iso_fortran_env module, the href attribute of the <a> link placed under Uses (above the dependency graph) includes another <a> tag:

<li class="list-group-item">
    <ul class="list-inline">
        <li><a href="<a href=&quot;http://fortranwiki.org/fortran/show/iso_fortran_env&quot;>iso_fortran_env</a>">iso_fortran_env</a></li>
        <li><a href="https://www.example.com/doc/module/my_mod.html">my_mod</a></li>
    </ul>
</li>
ZedThree commented 12 months ago

Thanks for the bug report @interkosmos, is this with the latest master branch or a released version?

interkosmos commented 12 months ago

I’m using FORD 6.2.5 from PyPI.