From 4e65a500f7f6e65d9d3c62f04cc8ab60df47c597 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 15 Oct 2017 22:02:26 +0200 Subject: Add function pointers to known issues --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5507a24..f4f9ca7 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,23 @@ Or void return values See [Below](#whats-to-come) +## Contributors + +[Christoph Schlosser](https://github.com/christophschlosser) + +[Rowan Goemans](https://github.com/rowanG077) + ## Known Issues -Completely new extension, so none. +### 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 *) +``` ## What's to come -- cgit v1.2.3