anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

Add Fortran support #153

Closed anb0s closed 7 years ago

anb0s commented 9 years ago

Original Savannah ticket 6042 reported by None on Wed Jun 25 09:17:19 2008.

dingenx wrote: > Hello, please can you add Fortran-Support to eclox? doxygen, > in the version 1.5.6 in Fedora 9 support Fortran 95. > > The actual standard of Fortran is 2003, see wikipedia please.

anb0s commented 7 years ago

Hm i'm not working with fortran and have no idea what eclox can do to support it? All settings can be done in the doxyfile editor!? Please reopen if there is an exact definition about requirement...

williamfgc commented 6 years ago

@anb0s having autofill (!>) for Fortran subroutines and functions (just like in CDT with /**) would help a lot.

!>@brief
!! @param a
!! @param b 
!! @param c
subroutine triple_op(a,b,c)