summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2017-11-23 22:02:17 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2017-11-23 22:10:34 +0100
commitbfe179eac7e9b95cd225e06b82eb41932cc1bfe4 (patch)
tree7ec410471fdabd61d6d76a6eee10fdaed36b7495
parentf397690f9fd9702d03ea1e1a6fbbfecd922e87be (diff)
downloaddoxdocgen-0.0.7.tar.gz
Release 0.0.70.0.7
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7ee8bf..9469589 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [0.0.7]
+
+- Fix #31
+
+- Fixed bug where using a different trigger sequence then "*" causes a newline to be addd between the comment and the documented entity.
+
## [0.0.6]
- Improve and fix comment generation for several C++ features (#23) (thanks to @rowanG077 again)
diff --git a/package.json b/package.json
index 07c6fa3..3bd0207 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "doxdocgen",
"displayName": "Doxygen Documentation Generator",
"description": "Generate doxygen documentation from source code",
- "version": "0.0.6",
+ "version": "0.0.7",
"publisher": "cschlosser",
"engines": {
"vscode": "^1.16.0"