From 2ef89b97e02ef0658fff89b926ac2cd15a6ef8a9 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 15 Oct 2017 22:18:02 +0200 Subject: Release 0.0.5 - Add extensive generation customization system - Generate documentation for function pointers as parameters --- CHANGELOG.md | 6 ++++++ README.md | 18 ++++++++++++------ images/bool.gif | Bin 157592 -> 116488 bytes images/ctor.gif | Bin 129577 -> 47691 bytes images/declaration.gif | Bin 181425 -> 227190 bytes images/definition.gif | Bin 103955 -> 0 bytes images/function_ptr.gif | Bin 0 -> 87690 bytes images/icon.png | Bin 21299 -> 0 bytes images/keywords.gif | Bin 0 -> 49550 bytes images/method.gif | Bin 270240 -> 223172 bytes images/options.gif | Bin 0 -> 120815 bytes images/opts-xml.gif | Bin 0 -> 211126 bytes images/param_simple.gif | Bin 156452 -> 94929 bytes images/void.gif | Bin 271668 -> 0 bytes package.json | 2 +- 15 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 images/definition.gif create mode 100644 images/function_ptr.gif delete mode 100644 images/icon.png create mode 100644 images/keywords.gif create mode 100644 images/options.gif create mode 100644 images/opts-xml.gif delete mode 100644 images/void.gif 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 Binary files a/images/bool.gif and b/images/bool.gif differ diff --git a/images/ctor.gif b/images/ctor.gif index 3395188..d8c3477 100644 Binary files a/images/ctor.gif and b/images/ctor.gif differ diff --git a/images/declaration.gif b/images/declaration.gif index 2ed2aad..b201805 100644 Binary files a/images/declaration.gif and b/images/declaration.gif differ diff --git a/images/definition.gif b/images/definition.gif deleted file mode 100644 index ced18ae..0000000 Binary files a/images/definition.gif and /dev/null differ diff --git a/images/function_ptr.gif b/images/function_ptr.gif new file mode 100644 index 0000000..3370078 Binary files /dev/null and b/images/function_ptr.gif differ diff --git a/images/icon.png b/images/icon.png deleted file mode 100644 index 2e0b16c..0000000 Binary files a/images/icon.png and /dev/null differ diff --git a/images/keywords.gif b/images/keywords.gif new file mode 100644 index 0000000..0a459d8 Binary files /dev/null and b/images/keywords.gif differ diff --git a/images/method.gif b/images/method.gif index df25d93..02fe0ac 100644 Binary files a/images/method.gif and b/images/method.gif differ diff --git a/images/options.gif b/images/options.gif new file mode 100644 index 0000000..6f72fb8 Binary files /dev/null and b/images/options.gif differ diff --git a/images/opts-xml.gif b/images/opts-xml.gif new file mode 100644 index 0000000..99be0d9 Binary files /dev/null and b/images/opts-xml.gif differ diff --git a/images/param_simple.gif b/images/param_simple.gif index ed6e2d4..79f4dfb 100644 Binary files a/images/param_simple.gif and b/images/param_simple.gif differ diff --git a/images/void.gif b/images/void.gif deleted file mode 100644 index f5dce48..0000000 Binary files a/images/void.gif and /dev/null 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" -- cgit v1.2.3