Skip to content

Commit

Permalink
comments and docs, closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmazz committed Feb 14, 2016
1 parent 18988e3 commit 7df18a7
Show file tree
Hide file tree
Showing 10 changed files with 575 additions and 112 deletions.
15 changes: 2 additions & 13 deletions README.md
@@ -1,21 +1,10 @@
# bionode-obo

Parse OBO files, in a stream!
Parse OBO files, with streams!

## API Documentation

See [here](https://rawgit.com/thejmazz/bionode-obo/master/docs/module-bionode-obo.html)
or below.

A small wrapper around custom event emitters.

<a name="exp_module_emitter--module.exports"></a>
### module.exports() ⇒ <code>object</code> ⏏
Return a new custom event emitter

**Kind**: Exported function
**Returns**: <code>object</code> - a function inheriting from EventEmitter with a default
`#write()` method
See [here](https://rawgit.com/thejmazz/bionode-obo/master/docs/module-bionode-obo.html).

## License

Expand Down
12 changes: 2 additions & 10 deletions docs/README.hbs
@@ -1,18 +1,10 @@
# bionode-obo

Parse OBO files.
Parse OBO files, with streams!

## API Documentation

See [here](https://rawgit.com/thejmazz/bionode-obo/master/docs/module-bionode-obo.html)
or below.

{{#module}}
{{>body~}}
{{>member-index~}}
{{>separator~}}
{{>members~}}
{{/module}}
See [here](https://rawgit.com/thejmazz/bionode-obo/master/docs/module-bionode-obo.html).

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/emitter.js.html
Expand Up @@ -71,7 +71,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-bi
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun Dec 20 2015 16:18:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun Feb 14 2016 13:27:00 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-bi
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun Dec 20 2015 16:18:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun Feb 14 2016 13:27:00 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down

0 comments on commit 7df18a7

Please sign in to comment.