1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/bundle/neosnippet-snippets/neosnippets/asm.snip
2020-06-13 14:06:35 +08:00

13 lines
246 B
Plaintext
Vendored

snippet doxy
abbr ;; @brief ...
options head
;;
;; @brief ${1:function description}
;;
;; @details ${2:detailed description}
;;
;; @param ${3:param}
;;
;; @return ${4:return}
;;