mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:20:06 +08:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
snippet doxy
|
||
|
abbr ;; @brief ...
|
||
|
options head
|
||
|
;;
|
||
|
;; @brief ${1:function description}
|
||
|
;;
|
||
|
;; @details ${2:detailed description}
|
||
|
;;
|
||
|
;; @param ${3:param}
|
||
|
;;
|
||
|
;; @return ${4:return}
|
||
|
;;
|