diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cfa7e68..9229e4f 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "doxdocgen.python.triggerSequence": { "description": "Doxygen comment trigger. This character sequence triggers generation of Doxygen comments.", "type": "string", - "default": "\"\"\"" + "default": "##" }, "doxdocgen.file.fileTemplate": { "description": "The template for the file parameter in Doxygen.", |