Skip to content

Commit

Permalink
Merge pull request #275 from KonkenBonken/patch-1
Browse files Browse the repository at this point in the history
Updated expired url
  • Loading branch information
75lb authored Feb 26, 2022
2 parents e9fe5e5 + c3e6b0a commit f0ff0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Returns raw data direct from the underlying [jsdoc3](https://github.com/jsdoc3/j
| [options.no-cache] | <code>boolean</code> | By default results are cached to speed up repeat invocations. Set to true to disable this. |
| [options.files] | <code>string</code> \| <code>Array.&lt;string&gt;</code> | One or more filenames to process. Accepts globs (e.g. `*.js`). Either `files`, `source` or `data` must be supplied. |
| [options.source] | <code>string</code> | A string containing source code to process. Either `files`, `source` or `data` must be supplied. |
| [options.configure] | <code>string</code> | The path to the [jsdoc configuration file](http://usejsdoc.org/about-configuring-jsdoc.html). Default: path/to/jsdoc/conf.json. |
| [options.configure] | <code>string</code> | The path to the [jsdoc configuration file](https://jsdoc.app/about-configuring-jsdoc.html). Default: path/to/jsdoc/conf.json. |

<a name="module_jsdoc-to-markdown--JsdocToMarkdown+clear"></a>

Expand Down

0 comments on commit f0ff0ac

Please sign in to comment.