diff options
| author | rowanG077 <goemansrowan@gmail.com> | 2017-11-23 20:39:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-23 20:39:39 +0100 |
| commit | 5616ad38e085b1270ad8ce230aeeff057b7d4b42 (patch) | |
| tree | da6822dacd128c75c81adf1f81ccee76382bbc9f /README.md | |
| parent | 66fb321a2399d37960abefaec80548f86fc5e1d4 (diff) | |
| parent | ac189c2150c598df6bc7bd8e3215540f257983d8 (diff) | |
| download | doxdocgen-5616ad38e085b1270ad8ce230aeeff057b7d4b42.tar.gz | |
Merge branch 'master' into master
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -44,7 +44,6 @@ Featuring an extensive generation customization system   - ## 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 |