issues
search
Fortran-FOSS-Programmers
/
ford
Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
410
stars
134
forks
source link
Create FAQ
#632
Open
ZedThree
opened
9 months ago
ZedThree
commented
9 months ago
Some common questions/pain points/surprising features:
things in submodules are
private
and won't be displayed by default
type-bound procedure bindings are separate documentable entities from the procedure
module procedure interfaces are separate documentable entities from their implementations
Some common questions/pain points/surprising features:
private
and won't be displayed by default