summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrowanG077 <goemansrowan@gmail.com>2017-11-23 20:39:39 +0100
committerGitHub <noreply@github.com>2017-11-23 20:39:39 +0100
commit5616ad38e085b1270ad8ce230aeeff057b7d4b42 (patch)
treeda6822dacd128c75c81adf1f81ccee76382bbc9f
parent66fb321a2399d37960abefaec80548f86fc5e1d4 (diff)
parentac189c2150c598df6bc7bd8e3215540f257983d8 (diff)
downloaddoxdocgen-5616ad38e085b1270ad8ce230aeeff057b7d4b42.tar.gz
Merge branch 'master' into master
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md16
-rw-r--r--package.json2
3 files changed, 6 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed7abd5..b7ee8bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## [0.0.6]
+
+- Improve and fix comment generation for several C++ features (#23) (thanks to @rowanG077 again)
+
## [0.0.5]
- Extend customization of generated documentation (#15, #16) (thanks to @rowanG077)
diff --git a/README.md b/README.md
index 2e1e1e8..317d489 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,6 @@ Featuring an extensive generation customization system
![options](images/options.gif)
![xml options](images/opts-xml.gif)
-
## Extension Settings
See [Below](#whats-to-come)
@@ -57,15 +56,7 @@ See [Below](#whats-to-come)
## Known Issues
-### Function pointers
-
-See [#18](https://github.com/christophschlosser/doxdocgen/issues/18)
-
-Documentation for certain constructs (like the following) may not be generated correctly.
-
-```C
-int (*idputs(int (*puts)(const char *)))(const char *)
-```
+[See open bugs](https://github.com/christophschlosser/doxdocgen/labels/bug)
## What's to come
@@ -78,8 +69,3 @@ int (*idputs(int (*puts)(const char *)))(const char *)
* More languages
* C++11 and newer
-
-* Improve language support
- * Classes
- * Namespaces
- * Enums
diff --git a/package.json b/package.json
index 624c8b7..07c6fa3 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.5",
+ "version": "0.0.6",
"publisher": "cschlosser",
"engines": {
"vscode": "^1.16.0"