Re: [Doxygen-users] Documentation of Fortran code?
Brought to you by:
dimitri
From: John S. <joh...@se...> - 2001-08-20 12:13:35
|
Ole Streicher wrote: > > Hi! > > Is there a possibility to use Doxygen to document FORTRAN code? Or is > it easy to extend Doxygen for this language? > > Or doesn anyone a better solution to document mixed F77/C code? > We have used Doxygen to document FORTRAN code by using an INPUT_FILTER to convert the original FORTRAN source to C-style function prototypes. Cheers, John |