summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2017-11-05 18:54:36 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2017-11-05 19:45:19 +0100
commitac189c2150c598df6bc7bd8e3215540f257983d8 (patch)
tree877678f5d1547be2cb31c1b8aa2aa7ec6f5914e6 /README.md
parent4a6c8ab621efb947861acaf46e54765e2a79b681 (diff)
downloaddoxdocgen-ac189c2150c598df6bc7bd8e3215540f257983d8.tar.gz
Release 0.0.60.0.6
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 1 insertions, 15 deletions
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