[Doxygen-develop] Fortran Exensions
Brought to you by:
dimitri
From: Ken K. <kjk...@ya...> - 2012-12-12 14:16:04
|
Intel Fortran compilers added a number of extension to F77 & F90. I am struggling with getting them to documnet correctly in doxygen. The type declarations Double Complex and Byte and the key word structure. Is there a way to tell doxygen that these are key words without recompiling doxygen with these extensions included. It seems that it would be easy to add these keywords into the fortranscanner.l and fortancode.l files and recompile but things like this that seem easy turn out to have a number of unforseen consiquenses. I asked in the users forum also but I thought it would help to ask here also. Thanks. |