diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 13:23:50 +0200 |
|---|---|---|
| committer | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 13:23:50 +0200 |
| commit | d78b9876918ce8d65876968ee120b2144178af32 (patch) | |
| tree | 1b7708352880ca754242b8582a0bc94696f23ddc /src/Config.ts | |
| parent | 87ca9071ad68251156fa1fab5fc60603309a4f32 (diff) | |
| download | doxdocgen-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.ts | 2 |
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", |