Skip to content

Commit 36f04f0

Browse files
authored
Change doxygen style default from /** to ///, due to lack of auto-close support. (#9733)
1 parent 168eba4 commit 36f04f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@
23472347
"/*!",
23482348
"//!"
23492349
],
2350-
"default": "/**",
2350+
"default":"///",
23512351
"description": "%c_cpp.configuration.doxygen.generatedStyle.description%",
23522352
"scope": "resource"
23532353
},

0 commit comments

Comments
 (0)