Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oyilmaztekin authored Nov 6, 2018
1 parent c7d4b3f commit 62e42fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<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 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 it creates document template just above the functions.</p>
<p align="center">
A document generator for Function Expressions, Function Statements, Arrow Function Expressions, and Class Definitions.
</p>
<p align="center">It detects undocumented functions and class methods in your Javascript / Flow / React code at the compile stage. It collects passed parameters, return expressions, states for React code then it creates document template just above the functions.
</p>

## Usage

Expand Down

0 comments on commit 62e42fd

Please sign in to comment.