Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Mar 5, 2023
1 parent ca028f3 commit 7e2a180
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ By default, the output of each invocation of the main generation methods (`rende
<a name="module_jsdoc-to-markdown--JsdocToMarkdown+getNamepaths"></a>

### jsdoc2md.getNamepaths(options) ⇒ <code>object</code>
Returns all [jsdoc namepaths](http://usejsdoc.org/about-namepaths.html) found in the supplied source code.
Returns all [jsdoc namepaths](https://jsdoc.app/about-namepaths.html) found in the supplied source code.

**Kind**: instance method of [<code>JsdocToMarkdown</code>](#exp_module_jsdoc-to-markdown--JsdocToMarkdown)
**Category**: async
Expand Down Expand Up @@ -145,4 +145,3 @@ Sync version of [getJsdocData](#module_jsdoc-to-markdown--JsdocToMarkdown+getJsd
| Param | Type | Description |
| --- | --- | --- |
| [options] | <code>object</code> | Identical options to [getJsdocData](#module_jsdoc-to-markdown--JsdocToMarkdown+getJsdocData). |

0 comments on commit 7e2a180

Please sign in to comment.