An open API service indexing awesome lists of open source software.

https://github.com/jonrohan/docs-snippets

Atom snippets for writing documentation in your code.
https://github.com/jonrohan/docs-snippets

Last synced: over 1 year ago
JSON representation

Atom snippets for writing documentation in your code.

Awesome Lists containing this project

README

          

## Docs Snippets

Snippets for making documenting your code super fun!

#### Installation

Run the following command:

```sh
apm install docs-snippets
```

Then reload your Atom.

#### Current Support:

| Format | Tab-Prefix | Extensions |
| ------------- | :----------: | ------------------ |
| [Appledoc](./snippets/appledoc.cson) | `appledoc` | .h, .m |
| [Erlang](./snippets/erlang.cson) | `edoc` | .erlang |
| [Hubot Scripts](./snippets/hubot.cson) | `hubot` | .coffee, .js |
| [jsDoc](./snippets/jsdoc.cson) | `jsdoc` | .js |
| [KSS](./snippets/kss.cson) | `kss` | .css, .less, .scss |
| [PHPDoc](./snippets/phpdoc.cson) | `phpdoc` | .php |
| [TomDoc](./snippets/tomdoc.cson) | `tom` | .coffee, .rb |