Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oyilmaztekin committed Nov 2, 2018
1 parent bf80323 commit 9ab914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center"><img src='https://github.com/oyilmaztekin/vscode-undoc/blob/dev/icon.png' width="200"></p>
<h2 align="center">vscode-undoc</h2>
<p align="center">A document generator for functions and class methods. It detects undocumented functions and class methods in your Javascript / Flow / React code and creates document template.</p>
<p align="center">A document generator for Function Expressions, Function Statements, Arrow Function Expressions and Class Definitions. It detects undocumented functions and class methods in your Javascript / Flow / React code. It collects passed parameters, return expressions, states for React code then creates document template just above the functions.</p>

## Usage

Expand Down

0 comments on commit 9ab914c

Please sign in to comment.