Re: [Doxygen-users] Mixing ifdef in FORTRAN

2013-04-18 Thread Jim Edwards
Hi Carl, I think that the cpp keys off of the file name, change analyz_dump.f90 to analyz_dump.F90 and it should work as you expect. On Thu, Apr 18, 2013 at 7:17 AM, Carl Slater wrote: > Greetings: > > My code looks like: (analyz_dump.f90) > > !--

[Doxygen-users] Mixing ifdef in FORTRAN

2013-04-18 Thread Carl Slater
Greetings:   My code looks like: (analyz_dump.f90) !   !> @author me !> @brief This dumps out the common structures used by the analysis subroutine   #ifdef F90 MODULE DUMP_API contains    subroutine