[Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)
Brought to you by:
dimitri
From: Fabian N. <fab...@sc...> - 2014-07-02 12:52:12
|
Hi all, I'm using doxygen 1.8.7 and I set ENABLE_PREPROCESSING = yes. However, when I parse a file with the following content #ifndef FOO subroutine bar(arg1, arg2) #else subroutine bar(arg1) #endif end subroutine bar I get a state 4 error: Error in file ...doxybug.f90 line: 7, state: 4 I see why doxygen might be struggling here; is there any way to work aroung this? The meaning of the source code cannot be changed though... By the way: bar(arg1, arg2) in the else-section doesn't work either. Cheers, Fabian |