diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index b8bf2e1..08f69a9 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,11 @@ "type": "string", "default": "Destroy the {name} object" }, + "doxdocgen.python.triggerSequence": { + "description": "Doxygen comment trigger. This character sequence triggers generation of Doxygen comments.", + "type": "string", + "default": "\"\"\"" + }, "doxdocgen.file.fileTemplate": { "description": "The template for the file parameter in Doxygen.", "type": "string", |