diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 02:32:52 +0200 |
|---|---|---|
| committer | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-10-15 02:32:52 +0200 |
| commit | df8f38308b7871f2790b5b2cc466f7ce2add4362 (patch) | |
| tree | 8f8cddcd498c8ace73a0a198036d255d92c5af1a /src/CodeParser/CParser.ts | |
| parent | cc0d69edcd362c1abde9d0005c70d8e3692395bc (diff) | |
| download | doxdocgen-df8f38308b7871f2790b5b2cc466f7ce2add4362.tar.gz | |
-- Fixed tslint issues v2
Diffstat (limited to 'src/CodeParser/CParser.ts')
| -rw-r--r-- | src/CodeParser/CParser.ts | 10 |
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; } |