From 24f919cccad600fcf32d86ec90edfeec21a372ab Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 22 Jun 2019 18:02:51 +0200 Subject: Add maintained badge --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index d1f1f16..193fd60 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by [![Build status](https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true)](https://ci.appveyor.com/project/christophschlosser/doxdocgen) [![codecov](https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg)](https://codecov.io/gh/christophschlosser/doxdocgen) [![Gitter chat](https://badges.gitter.im/doxdocgen.png)](https://gitter.im/doxdocgen) +[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/christophschlosser/doxdocgen.svg)](https://isitmaintained.com/project/christophschlosser/doxdocgen "Average time to resolve an issue") ## Table of Contents -- cgit v1.2.3 From 903fdc1d30c288a9794ebcf9052112712b10080c Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 28 Jun 2019 23:49:40 +0200 Subject: Document the alignment feature --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 193fd60..32dd759 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by ## Features +### Alignment + +![Alignment](images/alignment.gif) + +For how this works, see the [CHANGELOG.md](https://github.com/christophschlosser/doxdocgen/blob/master/CHANGELOG.md#alignment) + ### Attributes ![Attribute](images/attributes.gif) -- cgit v1.2.3