diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-10-20 14:57:16 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2018-10-20 14:57:16 +0200 |
| commit | 049502aa73c7d43627b9856219b18bf0da98a255 (patch) | |
| tree | 87148438d5580b6580964f77eacf2a29cf14debe /package.json | |
| parent | c0df4b403b3d760f9a9bd72d0da4967858bc4c53 (diff) | |
| download | doxdocgen-049502aa73c7d43627b9856219b18bf0da98a255.tar.gz | |
Add basic Python files
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", |