diff options
| author | Christoph Schlosser <christoph@linux.com> | 2017-10-06 23:12:36 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2017-10-07 15:13:01 +0200 |
| commit | 74c2c73dcbd5938368f9657519c8cf269a25e43d (patch) | |
| tree | dac31d1349a0124ded5bc7f14ddfa075eefcf634 | |
| parent | c2679dd6caf916ff52511e78505107e4a95462a5 (diff) | |
| download | doxdocgen-74c2c73dcbd5938368f9657519c8cf269a25e43d.tar.gz | |
Fix .gitignore and README
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 12 |
2 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ out node_modules .vscode-test/ -.vsix +*.vsix @@ -1,6 +1,6 @@ -# Generate Doxygen Comments fro VSCode +# Generate Doxygen Comments for VS Code -This VSCode Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. +This VS Code Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. [](https://travis-ci.org/christophschlosser/doxdocgen) [](https://ci.appveyor.com/project/christophschlosser/doxdocgen) @@ -54,3 +54,11 @@ Completely new extension, so none. * Configuration options * Tests + +* More languages + * C + +* Improve language support + * Classes + * Namespaces + * Enums |