From bba53b05a85e4ccad2eca31124ea9d0b80b4e392 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 24 Feb 2018 10:45:06 +0100 Subject: Customize the number of lines to get Fix #52 --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index d70e235..e8000a3 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,11 @@ "description": "The template of the return DoxyGen line that is generated. If empty it won't get generated at all.", "type": "string", "default": "@return {type} " + }, + "doxdocgen.generic.linesToGet": { + "description": "How many lines the plugin should look for to find the end of the declaration. Please be aware that setting this value too low may improve the speed of comment generation but the plugin also may not correctly detect all declarations or definitions anymore.", + "type": "number", + "default": 20 } } } -- cgit v1.2.3