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
|