summaryrefslogtreecommitdiffstats
path: root/src/Config.ts
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 13:23:50 +0200
committerRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 13:23:50 +0200
commitd78b9876918ce8d65876968ee120b2144178af32 (patch)
tree1b7708352880ca754242b8582a0bc94696f23ddc /src/Config.ts
parent87ca9071ad68251156fa1fab5fc60603309a4f32 (diff)
downloaddoxdocgen-d78b9876918ce8d65876968ee120b2144178af32.tar.gz
-- Fixed various issues that came out of the pull request review.
Diffstat (limited to 'src/Config.ts')
-rw-r--r--src/Config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.ts b/src/Config.ts
index 3cc78fb..0b9e593 100644
--- a/src/Config.ts
+++ b/src/Config.ts
@@ -5,7 +5,7 @@ export enum ConfigType {
export enum Config {
triggerSequence = "triggerSequence",
firstLine = "firstLine",
- commentPrefix = "commentPrefix",
+ prefix = "prefix",
lastLine = "lastLine",
newLineAfterBrief = "newLineAfterBrief",
newLineAfterParams = "newLineAfterParams",