-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Great Utility. I had to tweek it a little to work with Fortran documenation
where in the SYNTAX section a Fortran procedure usually looks like
function NAME(
or
subroutine NAME(
instead of just
NAME(
It would be nice if your original was more Fortran-friendly instead of primarily
easy to use for C-like syntax so I could just use it directly.
See the results so far at
Fortran Intrinsics
Have your ever thought of adding an option to also generate HTML? You are already
doing the parsing and I find that I very often am converting my manpages to HTML
using manserver(1) or groff(1) which usually ends up in rather poor-quality
HTML. The *roff directives you are generating have 1-1 equivalents in HTML2 so it
seems like a natural and useful extension to your utility.
Thanks again for the great tool!