Re: [Doxygen-develop] [Doxygen-users] Fortran Extensions
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2012-12-12 15:13:54
|
Hi Ken, Which version of Doxygen are you using? By head I don't know in which version Double Complex entered but it is in (I found it useful and commonly used). The BYTE and STRUCTURE are not in. For BYTE it is easy to add and shouldn't have side effects , STRUCTURE is a different story. For BYTE probably an PREDEFINE of INTEGER*1 would work as well. For the STRUCTURE the best way would be to use a FILER. Albert On Wed, Dec 12, 2012 at 3:01 PM, Ken Kazinski <kjk...@ya...> wrote: > 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. > > Thanks. > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |