Skip to content

Commit 7ebdf05

Browse files
fpnicklpil
authored andcommitted
Doxygen and Fortran again (honza#878)
* Empty comment line after brief docu of subroutine * Snippet for Doxygen parameter tag. * No new line after Doxygen @param.
1 parent 28e9b45 commit 7ebdf05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snippets/fortran.snippets

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ snippet dox
3333
!> @author `g:snips_author`
3434
${0}
3535
snippet doxp
36-
!> @param[${1}]${2}
37-
${0}
36+
!> @param[${1}]${0}
3837
# Variables definitions
3938
# Boolean
4039
snippet bool

0 commit comments

Comments
 (0)