Skip to content

Commit

Permalink
Merge pull request #25 from oyilmaztekin/release/0.0.10
Browse files Browse the repository at this point in the history
release: 0.0.10
  • Loading branch information
oyilmaztekin authored Nov 2, 2018
2 parents 9443593 + 521328d commit 1b182fe
Show file tree
Hide file tree
Showing 3 changed files with 960 additions and 48 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center"><img src='icon.png' width="200"></p>
<h2 align="center">vscode-undoc</h2>
<p align="center">An documentation generator for JavaScript functions and class methods. It detects undocumented functions and class methods in your Javascript / Flow / React file and creates a documentation template above the function or method.</p>
<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>

## Usage

Expand All @@ -9,7 +9,7 @@
`CMD + Shift + P -> Create Docs`

## Install
[undoc](https://marketplace.visualstudio.com/items?itemName=yilmaztekinozer.undoc)
[undoc](https://marketplace.visualstudio.com/items?itemName=undoc.vscode-undoc)

#### React Example
![react-example](/assets/react-example.gif)
Expand Down
Loading

0 comments on commit 1b182fe

Please sign in to comment.