From aeb67cd13dcf5e5b69898dff6c05c605a81827f4 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 2 Mar 2018 23:24:50 +0100 Subject: Add brief template --- src/Config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Config.ts') diff --git a/src/Config.ts b/src/Config.ts index 0fcd5a2..a0bae83 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -42,7 +42,7 @@ class Generic { public includeTypeAtReturn: boolean = true; public boolReturnsTrueFalse: boolean = true; - public briefTemplate: string = "@brief "; + public briefTemplate: string = "@brief {text}"; public paramTemplate: string = "@param {param} "; public returnTemplate: string = "@return {type} "; public linesToGet: number = 20; @@ -93,6 +93,7 @@ export class Config { public readonly typeTemplateReplace: string = "{type}"; public readonly nameTemplateReplace: string = "{name}"; public readonly dateTemplateReplace: string = "{date}"; + public readonly textTemplateReplace: string = "{text}"; public C: C; public Cpp: Cpp; -- cgit v1.2.3