Parker Lewis
Parker Lewis

Reputation: 326

Doxygen and Fortran ENTRY

Is Doxygen compatible with Fortran code (subroutines) using ENTRYs ? If it is, is there a special flag / something to do to make it so ?

This is the first time I'm using this software. it seems awesome, except CALLs to an ENTRY seem to be ignored, both for reference list generation and call graph generation.

Upvotes: 0

Views: 197

Answers (1)

albert
albert

Reputation: 9012

The Fortran implementation of doxygen does not support "ENTRY". The status: Declared obsolescent in Fortran 2008. Although doxygen does not (yet) all features of Fortran there are no plans to support this feature.

Upvotes: 2

Related Questions