Add more Doxygen snippets for C/C++
This commit is contained in:
parent
20926446c7
commit
3f4916ad55
@ -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