Fortran-FOSS-Programmers / ford

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

Broken links #611

Closed jacobwilliams closed 7 months ago

jacobwilliams commented 7 months ago

Something is broken with links like this:

!### See also
!  * [fmin from Netlib](http://www.netlib.org/fmm/fmin.f)

Result is:

Screenshot 2024-01-06 at 9 36 12 AM

See here: https://jacobwilliams.github.io/fmin/proc/fmin.html

ZedThree commented 7 months ago

Thanks for the bug report @jacobwilliams, turns out this was from switching to the pcpp preprocessor which was parsing http:// as ending in a (C/C++) comment and clobbering the rest of the line.