Improve doxygen param snippet at brief snippet
This commit is contained in:
parent
b297bb2491
commit
4af3c4acd5
@ -158,8 +158,12 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet param "Doxygen param tag"
|
||||
@param$0
|
||||
snippet "/// p" "Doxygen param tag"
|
||||
/// @param${1/.+/[/}$1${1/.+/]/} $0
|
||||
endsnippet
|
||||
|
||||
snippet "/// b" "Doxygen brief tag"
|
||||
/// @brief $0
|
||||
endsnippet
|
||||
|
||||
snippet copydoc "Doxygen copydoc block"
|
||||
|
Loading…
x
Reference in New Issue
Block a user