Is there anything like Javadoc for documenting Fortran code? How does one document the API for the many functions they have so that they can find what they want more easily?
Is there anything like Javadoc for documenting Fortran code? How does one document the
Share
Not “standard”, but I’ve used a program called “robodoc” that is able to work with Fortran.
Nowadays I believe Doxygen supports Fortran as well, which IMHO is a better tool than robodoc.