Re: [Doxygen-users] Re: Documentation of Fortran code?
Brought to you by:
dimitri
From: John S. <joh...@se...> - 2001-08-22 06:52:24
|
Ole Streicher wrote: > > Hello John! > > John Sturton wrote: > > > >We have used Doxygen to document FORTRAN code by using an INPUT_FILTER > > > >to convert the original FORTRAN source to C-style function prototypes. > > > Can you send or post me this INPUT_FILTER? > > No, sorry I can't. > > :-( Is it a commercial program, or something you developed internally? > It's an internal development, basically a 500-line awk script, that produces a C header file compatible with our in-house version of the cfortran.h file you mentioned. Maybe the author of cfortran.h has, or knows of, a more readily available FORTRAN->C-header script that you could modify. Good luck, John |