Re: [Doxygen-users] Mixing ifdef in FORTRAN
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
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
