We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85abcbb commit 9f04b55Copy full SHA for 9f04b55
neosnippets/asm.snip
@@ -1,10 +1,10 @@
1
-snippet ;;
2
-abbr ;; @brief
+snippet doxy
+abbr ;; @brief ...
3
options head
4
;;
5
;; @brief ${1:function description}
6
7
- ;; @details ${2:Detailed description}
+ ;; @details ${2:detailed description}
8
9
;; @param ${3:param}
10
neosnippets/c.snip
@@ -171,14 +171,15 @@ snippet fgets
171
abbr fgets(row, length, file);
172
fgets(${0:ROW}, ${1:LENGTH}, ${2:FILE});
173
174
-snippet /**
175
-abbr /** @brief
+abbr /** @brief ...
176
177
/**
178
* @brief ${1:function description}
179
*
180
* @details ${2:detailed description}
181
182
* @param ${3:param}
183
+ *
184
* @return ${4:return type}
185
*/
0 commit comments