diff --git a/snippets/fortran.snippets b/snippets/fortran.snippets index 112a1201..8fecd330 100644 --- a/snippets/fortran.snippets +++ b/snippets/fortran.snippets @@ -26,6 +26,11 @@ snippet doc ! Description: $1 ! """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" $0 +snippet dox + !> @brief ${1} + !> ${2} + !> @author `g:snips_author` + ${0} # Variables definitions # Boolean snippet bool