Add more Doxygen snippets for C/C++
This commit is contained in:
parent
87d78f9c7a
commit
d4239e2dc3
@ -35,8 +35,13 @@ snippet "/// a" "Doxygen attention block"
|
|||||||
/// @attention $0
|
/// @attention $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet "/// a" "Doxygen attention block"
|
snippet "/// g" "Doxygen addtogroup"
|
||||||
/// @attention $0
|
/// @addtogroup ${1:group}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet "/// {" "Doxygen group scope"
|
||||||
|
/// @{
|
||||||
|
$0/// @}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet header "Header noise" b
|
snippet header "Header noise" b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user