Skip to content

Commit

Permalink
update .clear() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Oct 13, 2016
1 parent d9fb19b commit 840fc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Returns raw data direct from the underlying [jsdoc3](https://github.com/jsdoc3/j
<a name="module_jsdoc-to-markdown--JsdocToMarkdown+clear"></a>

### jsdoc2md.clear() ⇒ <code>Promise</code>
Clear the cache.
Clear the cache. By default, the cache is stored in the [system tmpdir](https://nodejs.org/dist/latest-v6.x/docs/api/os.html#os_os_tmpdir). MacOS clears out this directory every few days (meaning your jsdoc2md cache will be cleaned automatically).

**Kind**: instance method of <code>[JsdocToMarkdown](#exp_module_jsdoc-to-markdown--JsdocToMarkdown)</code>
**Category**: async
Expand Down
2 changes: 1 addition & 1 deletion src/lib/jsdoc-to-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class JsdocToMarkdown {
}

/**
* Clear the cache.
* Clear the cache. By default, the cache is stored in the [system tmpdir](https://nodejs.org/dist/latest-v6.x/docs/api/os.html#os_os_tmpdir). MacOS clears out this directory every few days (meaning your jsdoc2md cache will be cleaned automatically).
* @returns {Promise}
* @category async
*/
Expand Down

0 comments on commit 840fc77

Please sign in to comment.