Add doxygen @see snippet
This commit is contained in:
@@ -22,6 +22,14 @@ snippet copydoc "Doxygen copydoc block"
|
|||||||
/// @copydoc $0
|
/// @copydoc $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet "/// s" "Doxygen see block"
|
||||||
|
/// @see $0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet "/// a" "Doxygen attention block"
|
||||||
|
/// @attention $0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet "/// a" "Doxygen attention block"
|
snippet "/// a" "Doxygen attention block"
|
||||||
/// @attention $0
|
/// @attention $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|||||||
Reference in New Issue
Block a user