From 37edc670de0cf0bb6c2881a1e8e1764e146f2785 Mon Sep 17 00:00:00 2001 From: "Fabian Nick (bromwich)" Date: Wed, 30 Nov 2016 18:14:43 +0100 Subject: [PATCH] Doxygen subroutine documentation snippet for fortran. --- snippets/fortran.snippets | 5 +++++ 1 file changed, 5 insertions(+) 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