summaryrefslogtreecommitdiffstats
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
parent8e458eb615e60f066f9b094e21741cdc5d8588c4 (diff)
parent2ef89b97e02ef0658fff89b926ac2cd15a6ef8a9 (diff)
downloaddoxdocgen-cb455e7a70ac2e1d7866d17da34900bd6374d120.tar.gz
Merge pull request #20 from christophschlosser/release-0.0.5
Release 0.0.5
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md18
-rw-r--r--images/bool.gifbin157592 -> 116488 bytes
-rw-r--r--images/ctor.gifbin129577 -> 47691 bytes
-rw-r--r--images/declaration.gifbin181425 -> 227190 bytes
-rw-r--r--images/definition.gifbin103955 -> 0 bytes
-rw-r--r--images/function_ptr.gifbin0 -> 87690 bytes
-rw-r--r--images/icon.pngbin21299 -> 0 bytes
-rw-r--r--images/keywords.gifbin0 -> 49550 bytes
-rw-r--r--images/method.gifbin270240 -> 223172 bytes
-rw-r--r--images/options.gifbin0 -> 120815 bytes
-rw-r--r--images/opts-xml.gifbin0 -> 211126 bytes
-rw-r--r--images/param_simple.gifbin156452 -> 94929 bytes
-rw-r--r--images/void.gifbin271668 -> 0 bytes
-rw-r--r--package.json2
15 files changed, 19 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c634f7..ed7abd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [0.0.5]
+
+- Extend customization of generated documentation (#15, #16) (thanks to @rowanG077)
+
+- Fix #10
+
## [0.0.4]
- Fix #9
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
diff --git a/images/bool.gif b/images/bool.gif
index 670b07f..740f216 100644
--- a/images/bool.gif
+++ b/images/bool.gif
Binary files differ
diff --git a/images/ctor.gif b/images/ctor.gif
index 3395188..d8c3477 100644
--- a/images/ctor.gif
+++ b/images/ctor.gif
Binary files differ
diff --git a/images/declaration.gif b/images/declaration.gif
index 2ed2aad..b201805 100644
--- a/images/declaration.gif
+++ b/images/declaration.gif
Binary files differ
diff --git a/images/definition.gif b/images/definition.gif
deleted file mode 100644
index ced18ae..0000000
--- a/images/definition.gif
+++ /dev/null
Binary files differ
diff --git a/images/function_ptr.gif b/images/function_ptr.gif
new file mode 100644
index 0000000..3370078
--- /dev/null
+++ b/images/function_ptr.gif
Binary files differ
diff --git a/images/icon.png b/images/icon.png
deleted file mode 100644
index 2e0b16c..0000000
--- a/images/icon.png
+++ /dev/null
Binary files differ
diff --git a/images/keywords.gif b/images/keywords.gif
new file mode 100644
index 0000000..0a459d8
--- /dev/null
+++ b/images/keywords.gif
Binary files differ
diff --git a/images/method.gif b/images/method.gif
index df25d93..02fe0ac 100644
--- a/images/method.gif
+++ b/images/method.gif
Binary files differ
diff --git a/images/options.gif b/images/options.gif
new file mode 100644
index 0000000..6f72fb8
--- /dev/null
+++ b/images/options.gif
Binary files differ
diff --git a/images/opts-xml.gif b/images/opts-xml.gif
new file mode 100644
index 0000000..99be0d9
--- /dev/null
+++ b/images/opts-xml.gif
Binary files differ
diff --git a/images/param_simple.gif b/images/param_simple.gif
index ed6e2d4..79f4dfb 100644
--- a/images/param_simple.gif
+++ b/images/param_simple.gif
Binary files differ
diff --git a/images/void.gif b/images/void.gif
deleted file mode 100644
index f5dce48..0000000
--- a/images/void.gif
+++ /dev/null
Binary files differ
diff --git a/package.json b/package.json
index c288cd6..624c8b7 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.4",
+ "version": "0.0.5",
"publisher": "cschlosser",
"engines": {
"vscode": "^1.16.0"