You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//You can comment out returnTemplate to auto addof return value type after @return
128
+
"doxdocgen.generic.returnTemplate": "@return ",
129
+
130
+
//You can comment out customTags to unconfig @note line, meanwhile comment out "empty" item before custom item will make comment more compliant
131
+
"doxdocgen.generic.customTags":[
132
+
"@note "
133
+
],
134
+
135
+
"doxdocgen.generic.order":[
136
+
"brief",
137
+
"empty",
138
+
"param",
139
+
"return",
140
+
"empty",
141
+
"custom",
142
+
],
143
+
```
144
+
145
+
If you perfer to write mutiple lines comments at behind one doxygen command, [Auto Comment Blocks][5] extension can auto complete "*" at the start of line when you start a new line.
0 commit comments