Re: [Doxygen-users] Fortran code
Brought to you by:
dimitri
From: John S. <joh...@se...> - 2001-07-03 07:10:30
|
Stephan Stapel wrote: > > Hi everyone! > > Has anyone ever tried to use doxygen in combination with Fortran? Is it > possible? > Yes, we use this a lot. Our solution is based around a few awk scripts, defined with the INPUT_FILTER option, which basically massages the FORTRAN subroutine/function declarations to look like C++ code. If I remember correctly the GNU FORTRAN compiler has a similar utility to create C-style header files from FORTRAN source code - you could maybe take this as a starting point and modify it to extract the Doxygen comments as well. Good luck! Cheers, John |