diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1086ff --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +# Generate Doxygen Comments fro VSCode + +This VSCode Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. + +[](https://travis-ci.org/christophschlosser/docdoxgen-test) + +## Features + +Generate Doxygen Comments from method signatures. + +From simple setter methods + + + +over declarations + + + +to bool return values. + + + +And some special cases: + +Like Constructors + + + +Defintions in header files + + + +Multi line definitions/declarations + + + +Or void return values + + + +## Extension Settings + +See [Below](#whats-to-come) + +## Known Issues + +Completely new extension, so none. + +## What's to come + +* Suggest smart text + +* Configuration options + +* Tests
\ No newline at end of file |