Re: [Doxygen-users] Preprocessing

2016-05-16 Thread Albert
Mouadh, I think it is correct, when myconst the first #if evaluates to true and the second to false (test is myconst == 20, and myconst has a value of 10). Albert On Mon, May 16, 2016 at 7:52 PM, Mouadh Balti wrote: > Dear All; > > i'am using doxygen to document a source code in C language, i

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-03 Thread Fabian Nick
range a couple of things anyway, so we'll see. Thanks, Fabian * From: Albert ([email protected]) * To: Fabian Nick ([email protected]) * Sent: 02.07.2014 at 15:46 +0200 * Subject: Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN) > Fabian, > &

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Fabian Nick
* Subject: Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN) > Hi Fabian, > > I see you use the extension f90, to enable preprocessing for Fortran you > have to use F90 as extension. > > Albert > > > On Wed, Jul 2, 2014 at 2:36 PM, Fabian Nick &g

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Albert
[email protected]) > * To: Fabian Nick ([email protected]) > * Sent: 02.07.2014 at 15:01 +0200 > * Subject: Re: [Doxygen-users] Preprocessing + different subroutine > headers (FORTRAN) > >> Hi Fabian, >> >> >> I see you use the extension f90, to enable preprocessing

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Fabian Nick
: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN) > Hi Fabian, > > I see you use the extension f90, to enable preprocessing for Fortran you > have to use F90 as extension. > > Albert > > > On Wed, Jul 2, 2014 at 2:36 PM, Fabian Nick > mailto:

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Albert
Hi Fabian, I see you use the extension f90, to enable preprocessing for Fortran you have to use F90 as extension. Albert On Wed, Jul 2, 2014 at 2:36 PM, Fabian Nick wrote: > Hi all, > > I'm using doxygen 1.8.7 and I set ENABLE_PREPROCESSING = yes. > However, when I parse a file with the follo