From 74c2c73dcbd5938368f9657519c8cf269a25e43d Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 6 Oct 2017 23:12:36 +0200 Subject: Fix .gitignore and README --- .gitignore | 2 +- README.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c8220a..5fe00fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ out node_modules .vscode-test/ -.vsix +*.vsix diff --git a/README.md b/README.md index ac36005..bb7d0db 100644 --- a/README.md +++ b/README.md @@ -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. [![Build Status](https://travis-ci.org/christophschlosser/doxdocgen.svg?branch=master)](https://travis-ci.org/christophschlosser/doxdocgen) [![Build status](https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true)](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 -- cgit v1.2.3