[Doxygen-users] Fortran INCLUDE statement
Brought to you by:
dimitri
From: Petr P. <pet...@se...> - 2016-01-15 21:03:23
|
Hi all, Doxygen seems to ignore INCLUDE statements in Fortran, for example: MODULE TEST INCLUDE 'defs.f' CONTAINS INCLUDE 'routines.f' END Here the included files cannot be processed separately because the code would not have the correct scope. Please help, how can I get it to work? Best Regards Petr Parik |