PDA

View Full Version : Generating Fortran Documentation with Doxygen



C--
July 7th, 2010, 08:16 PM
So I'm trying to generate Fortran documentation with Doxygen, but no matter what I do Doxygen won't display more than one subroutine for a given file. Even if I have no Doxygen comments in the source file, it only displays the first subroutine.

Does anyone know how to solve this?

Thanks.

C--
July 13th, 2010, 02:28 AM
OK nevermind; you have to explicitly specify that you want to EXTRACT_ALL methods in the doxygen config file, to inclue subroutines that are marked as private.