diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-10-20 15:19:30 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2018-10-20 15:19:30 +0200 |
| commit | df3a5391f49dd3947354963dcf8a23e7ceec2b41 (patch) | |
| tree | d229bea00a1e9d00da4684c9b29bfb2fdc47f285 /package.json | |
| parent | 577687906fa80a4ddbad7ed57845a751b4dbacc3 (diff) | |
| download | doxdocgen-df3a5391f49dd3947354963dcf8a23e7ceec2b41.tar.gz | |
Parse python with #
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.", |