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 1b89a55..3b4410a 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "doxdocgen.generic.briefTemplate": { "description": "The template of the brief DoxyGen line that is generated. If empty it won't get generated at all.", "type": "string", - "default": "@brief " + "default": "@brief {text}" }, "doxdocgen.generic.paramTemplate": { "description": "The template of the param DoxyGen line(s) that are generated. If empty it won't get generated at all.", |