Difference between revisions of "Doxygen"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | Doxygen now supports FORTRAN 90 using !> and !< for special comments and !> or !! for special comment continuation. For example | + | [http://www.doxygen.org/ Doxygen] now supports FORTRAN 90 using !> and !< for special comments and !> or !! for special comment continuation. For example |
<pre> | <pre> | ||
!> This is documentation of the | !> This is documentation of the | ||
Revision as of 08:48, 27 March 2008
Doxygen now supports FORTRAN 90 using !> and !< for special comments and !> or !! for special comment continuation. For example
!> This is documentation of the
!! subroutine test.
!! @param B doc for second argument
!! @todo Handle special case
subroutine test(A,B,C)
implicit none
Type(mytype), intent(in) :: A !< doc for first arg
Type(other), intent(in) :: B
Type(another), intent(out) :: C !< doc for thrid arg
Examples of projects documented using this system are DOUG and TDTB+UJ