Add doxygen @see snippet
This commit is contained in:
parent
ea1d23d56b
commit
7fdb9755b8
@ -18,6 +18,10 @@ snippet "/// n" "Doxygen note block"
|
|||||||
/// @note $0
|
/// @note $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet "/// s" "Doxygen see block"
|
||||||
|
/// @see $0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet "/// a" "Doxygen attention block"
|
snippet "/// a" "Doxygen attention block"
|
||||||
/// @attention $0
|
/// @attention $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user