From 68e28690ae7c199e4c1f75d33f863878d8592ef5 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 22 Jun 2019 13:42:30 +0200 Subject: Current WIP --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 8302a6e..2cfa4c1 100644 --- a/package.json +++ b/package.json @@ -176,6 +176,11 @@ "type": "boolean", "default": true }, + "doxdocgen.generic.indentWidth": { + "description": "At how many spaces the documentation should be inserted. Only Valid for param and tparam.", + "type": "number", + "default": 0 + }, "doxdocgen.generic.order": { "description": "The order to use for the comment generation. Values can be used multiple times. Valid values are shown in default setting.", "type": ["array", "string"], -- cgit v1.2.3 From 24f919cccad600fcf32d86ec90edfeec21a372ab Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 22 Jun 2019 18:02:51 +0200 Subject: Add maintained badge --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 2cfa4c1..55f24f3 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,11 @@ "url": "https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg", "href": "https://codecov.io/gh/christophschlosser/doxdocgen", "description": "Code coverage" + }, + { + "url": "https://isitmaintained.com/badge/resolution/christophschlosser/doxdocgen.svg", + "href": "https://isitmaintained.com/project/christophschlosser/doxdocgen", + "description": "Response time for issues" } ], "activationEvents": [ -- cgit v1.2.3 From 1d863f634d197c786904e9d4ea87a556f9859af9 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 28 Jun 2019 22:41:27 +0200 Subject: Remove previous implementation --- package.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0e19d96..59f776b 100644 --- a/package.json +++ b/package.json @@ -181,11 +181,6 @@ "type": "boolean", "default": true }, - "doxdocgen.generic.indentWidth": { - "description": "At how many spaces the documentation should be inserted. Only Valid for param and tparam.", - "type": "number", - "default": 0 - }, "doxdocgen.generic.order": { "description": "The order to use for the comment generation. Values can be used multiple times. Valid values are shown in default setting.", "type": ["array", "string"], -- cgit v1.2.3