Add more Doxygen snippets for C/C++
This commit is contained in:
parent
d1e2c65579
commit
61d35f5000
@ -31,6 +31,15 @@ snippet "/// a" "Doxygen attention block"
|
||||
/// @attention $0
|
||||
endsnippet
|
||||
|
||||
snippet "/// g" "Doxygen addtogroup"
|
||||
/// @addtogroup ${1:group}
|
||||
endsnippet
|
||||
|
||||
snippet "/// {" "Doxygen group scope"
|
||||
/// @{
|
||||
$0/// @}
|
||||
endsnippet
|
||||
|
||||
snippet header "Header noise" b
|
||||
$1
|
||||
/// @file
|
||||
|
Loading…
x
Reference in New Issue
Block a user