From 9a8ef8c9b8c994f1f381f8393eef6f40629b9017 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 20 Oct 2018 15:55:45 +0200 Subject: Pass params to docgen --- src/Lang/Python/PythonParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Lang/Python/PythonParser.ts') diff --git a/src/Lang/Python/PythonParser.ts b/src/Lang/Python/PythonParser.ts index 74f1bef..261f420 100644 --- a/src/Lang/Python/PythonParser.ts +++ b/src/Lang/Python/PythonParser.ts @@ -18,7 +18,7 @@ export default class CppParser implements ICodeParser { this.activeEditor = activeEditor; this.activeSelection = activeEditor.selection.active; const params = this.getParams(this.getLogicalLine()); - return new PythonDocGen(); + return new PythonDocGen(params); } private getLogicalLine(): string { -- cgit v1.2.3