Remove duplicate Doxygen snippets

This commit is contained in:
Kenneth Benzie 2018-08-28 11:11:56 +01:00
parent e745c6ebdf
commit 6c818dd2d7

View File

@ -158,18 +158,6 @@ int main(${1:int argc, char **argv}) {
}
endsnippet
snippet "/// p" "Doxygen param tag"
/// @param${1/.+/[/}$1${1/.+/]/} $0
endsnippet
snippet "/// b" "Doxygen brief tag"
/// @brief $0
endsnippet
snippet copydoc "Doxygen copydoc block"
/// @copydoc $0
endsnippet
snippet debug "Debug fprintf"
fprintf(stderr, "%s: %d: %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);
endsnippet