summaryrefslogtreecommitdiffstats
path: root/src/Config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.ts')
-rw-r--r--src/Config.ts4
1 files changed, 2 insertions, 2 deletions
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;
}