summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christophschlosser@users.noreply.github.com>2017-10-16 20:42:31 +0200
committerGitHub <noreply@github.com>2017-10-16 20:42:31 +0200
commitcb455e7a70ac2e1d7866d17da34900bd6374d120 (patch)
tree75b865b56e3ef4c05f89cacf91ebd32494b4f635 /README.md
parent8e458eb615e60f066f9b094e21741cdc5d8588c4 (diff)
parent2ef89b97e02ef0658fff89b926ac2cd15a6ef8a9 (diff)
downloaddoxdocgen-cb455e7a70ac2e1d7866d17da34900bd6374d120.tar.gz
Merge pull request #20 from christophschlosser/release-0.0.5
Release 0.0.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index f4f9ca7..2e1e1e8 100644
--- a/README.md
+++ b/README.md
@@ -27,17 +27,23 @@ Like Constructors
![Constructor](images/ctor.gif)
-Defintions in header files
-
-![definition](images/definition.gif)
-
Multi line definitions/declarations
![method](images/method.gif)
-Or void return values
+Strip reserved keywords
+
+![keywords](images/keywords.gif)
+
+Or even function pointers *as parameters* (see [Known Issues](#function-pointers))
+
+![func_ptr](images/function_ptr.gif)
+
+Featuring an extensive generation customization system
+
+![options](images/options.gif)
+![xml options](images/opts-xml.gif)
-![void](images/void.gif)
## Extension Settings