Fortran-FOSS-Programmers / ford

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

Support for Doxygen Style Comments #663

Open astroDimitrios opened 2 months ago

astroDimitrios commented 2 months ago

The Met Office uses Doxygen to create API docs for our weather and climate models.

It would be good if we can use Ford since Doxygen/Fortran support is lacking and poorly maintained. If Ford could recognise Doxygen comments and somehow convert them to Ford style? Maybe it would be a good idea if the code is also displayed in the docs to be able to keep the Doxygen version in the source.