Add doxygen @see snippet

This commit is contained in:
Kenneth Benzie 2016-12-01 15:31:17 +00:00
parent d730b5b7d9
commit dd257d069d

View File

@ -22,6 +22,14 @@ snippet copydoc "Doxygen copydoc block"
/// @copydoc $0
endsnippet
snippet "/// s" "Doxygen see block"
/// @see $0
endsnippet
snippet "/// a" "Doxygen attention block"
/// @attention $0
endsnippet
snippet "/// a" "Doxygen attention block"
/// @attention $0
endsnippet