Puffin
Puffin copied to clipboard
Update comments in .f90 files to doxygen standards
See formatting of comments for function descriptions in .f90.in file for hdf5 writing.
This will allow us to autogenerate puffin developer documentation.
Also see https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html#fortranblocks
One may run a command line like egrep -i "^\s+subroutine" *f90 | tee subroutines.txt
Underway in the 'doxy' branch