summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-02-24 10:45:06 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-24 11:30:16 +0100
commitbba53b05a85e4ccad2eca31124ea9d0b80b4e392 (patch)
treedcf394eebdc149169965d8c77998fcd01d6a6f0a /package.json
parentbd99c6c5c78d1594ce83e31fdbb3176f49f78821 (diff)
downloaddoxdocgen-bba53b05a85e4ccad2eca31124ea9d0b80b4e392.tar.gz
Customize the number of lines to get
Fix #52
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
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
}
}
}