From 38d30af3dec7c1f6b80aeced8d465690395e08e1 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Thu, 1 Mar 2018 20:14:57 +0100 Subject: Add tests and fix default smart text --- src/Config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Config.ts') diff --git a/src/Config.ts b/src/Config.ts index 3c589f5..e3740b0 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -56,7 +56,7 @@ export class Config { public dateTemplate: string = "@date {date}"; public dateFormat: string = "YYYY-MM-DD"; public fileOrder: string[] = ["brief", "file", "author", "date"]; - public ctorText: string = "YYYY-MM-DD"; - public dtorText: string = "YYYY-MM-DD"; + public ctorText: string = "Construct a new {name} object"; + public dtorText: string = "Destroy the {name} object"; public generateSmartText: boolean = true; } -- cgit v1.2.3