Remove duplicate Doxygen snippets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user