Skip to content

Commit bd6dad3

Browse files
committed
docs
1 parent 564303f commit bd6dad3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
A programmatic interface for [jsdoc3](https://github.com/jsdoc3/jsdoc) with a few features:
1111

1212
- Asynchronous 'explain' and 'render documentation' methods (the two main jsdoc operations).
13-
- Input (source code) can supplied as a string or set of file names/globs.
13+
- Input (source code) can supplied as a string or set of file names and/or globs.
1414
- Optional caching, dramatically speeding up future invocations with the same input.
1515

1616
## Synopsis
1717

18-
To output an array of json objects, each representing a doclet, use `.explain()`. Pass in an array of file names and/or glob expressions. The `cache: true` flag tells jsdoc-api to return the same output on future invocations if the input has not changed.
18+
To output an array of json objects, each representing a doclet, use [.explain()](https://github.com/jsdoc2md/jsdoc-api/blob/master/docs/api.md#module_jsdoc-api--jsdoc.explain). Pass in an array of file names and/or glob expressions. Use the `cache: true` flag for a faster, more efficient invocation (cached output from a prior invocation will be returned if the input has not changed).
1919

2020
```js
2121
import jsdoc from 'jsdoc-api'
@@ -97,6 +97,8 @@ import jsdoc from 'jsdoc-api'
9797
await jsdoc.render({ files: ['index.js', 'lib/*.js'], destination: 'jsdoc-output' })
9898
```
9999

100+
See the [API documentation](https://github.com/jsdoc2md/jsdoc-api/blob/master/docs/api.md) for further details.
101+
100102
* * *
101103

102104
&copy; 2015-24 [Lloyd Brookes](https://github.com/75lb) \<[email protected]\>.

0 commit comments

Comments
 (0)