summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-03-01 23:17:23 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-03-02 20:24:28 +0100
commit5368c8151df632ba0ebd863cbc7ff105dc4027bf (patch)
treedd27cde65349833d14fde7a12880958592016dc3 /README.md
parenta936ada9f3609466f73d7c23450bfb3c0ce7e6ee (diff)
downloaddoxdocgen-5368c8151df632ba0ebd863cbc7ff105dc4027bf.tar.gz
Change config structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96eec58..65253d4 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by
* [Parameters](#parameters)
* [Return types](#return-types)
* [Trailing](#trailing)
+ * [Smart text](#smart-text)
* [Templates](#templates)
* [Contributors](#contributors)
* [Known Issues](#known-issues)
@@ -63,6 +64,10 @@ This VS Code Extensions provides Doxygen Documentation generation on the fly by
![Bool return val](images/bool.gif)
![Declaration](images/declaration.gif)
+### Smart text
+
+todo
+
#### Trailing
![Trailing return](images/trailing.gif)