Skip to content

Commit

Permalink
Merge pull request SirVer#828 from fpnick/fortran-fpnick
Browse files Browse the repository at this point in the history
Doxygen subroutine documentation snippet for fortran.
  • Loading branch information
lpil authored Dec 1, 2016
2 parents 241a134 + 37edc67 commit 7fab40b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snippets/fortran.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ snippet doc
! Description: $1
! """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
$0
snippet dox
!> @brief ${1}
!> ${2}
!> @author `g:snips_author`
${0}
# Variables definitions
# Boolean
snippet bool
Expand Down

0 comments on commit 7fab40b

Please # to comment.