summaryrefslogtreecommitdiffstats
path: root/src/CodeParser
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 02:32:52 +0200
committerRowan Goemans <RB.Goemans@student.han.nl>2017-10-15 02:32:52 +0200
commitdf8f38308b7871f2790b5b2cc466f7ce2add4362 (patch)
tree8f8cddcd498c8ace73a0a198036d255d92c5af1a /src/CodeParser
parentcc0d69edcd362c1abde9d0005c70d8e3692395bc (diff)
downloaddoxdocgen-df8f38308b7871f2790b5b2cc466f7ce2add4362.tar.gz
-- Fixed tslint issues v2
Diffstat (limited to 'src/CodeParser')
-rw-r--r--src/CodeParser/CParser.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/CodeParser/CParser.ts b/src/CodeParser/CParser.ts
index 77b01eb..8b0bfe1 100644
--- a/src/CodeParser/CParser.ts
+++ b/src/CodeParser/CParser.ts
@@ -38,11 +38,11 @@ export default class CParser implements ICodeParser {
const tparams: string[] = this.getTemplateParams(line);
const cppGenerator: IDocGen = new Generator(
- this.activeEditor,
- this.activeSelection,
- params,
- tparams,
- returnValue
+ this.activeEditor,
+ this.activeSelection,
+ params,
+ tparams,
+ returnValue,
);
return cppGenerator;
}