Re: [Doxygen-users] Fortan Inc files

2013-01-07 Thread Ken Kazinski
process the file as a fortran file? I can change the include to #include in my fortran source as I am not worried about compiling the doxy commented fortran file. Thanks Ken --- On Fri, 12/14/12, Davide Cesari wrote: > From: Davide Cesari > Subject: Re: [Doxygen-users] Fortan Inc file

Re: [Doxygen-users] Fortan Inc files

2012-12-14 Thread Davide Cesari
On 13/12/2012 21:30, Albert wrote: > Hi Ken, > > Include files are, at least in Fortran, not read when parsing the code > (there might be a request somewhere to do this but I'm not sure). When > trying to parse the inc files separately this will fail most of the > times as well because the Fortra

Re: [Doxygen-users] Fortan Inc files

2012-12-13 Thread Albert
Hi Ken, Include files are, at least in Fortran, not read when parsing the code (there might be a request somewhere to do this but I'm not sure). When trying to parse the inc files separately this will fail most of the times as well because the Fortran parser requires that the code / declarations e

[Doxygen-users] Fortan Inc files

2012-12-12 Thread Ken Kazinski
It looks as if doxygen is not processing my *.inc files. They are in the main fortran file. INCLUDE 'DISMISDTBL.INC' I added *.inc to the file patterns but I don't doxygen is processing the *.inc files as source. They are in my output html. Is there a way to tell doxygen to process these f