You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Typical output (truncated):
55
55
]
56
56
```
57
57
58
-
As an alternative to passing in file names/globs (above), you can pass in a source code string.
58
+
As an alternative to passing in file names/globs (above), you can pass in one or more source code strings.
59
59
60
60
```js
61
61
importjsdocfrom'jsdoc-api'
@@ -89,15 +89,15 @@ Output:
89
89
]
90
90
```
91
91
92
-
Finally, use the `render()` method to invocate jsdoc directly, generating your documentation. See the [example folder](https://github.com/jsdoc2md/jsdoc-api/tree/master/example) for code examples.
92
+
Finally, use the `render()` method to invocate jsdoc directly, generating your documentation.
See the [API documentation](https://github.com/jsdoc2md/jsdoc-api/blob/master/docs/api.md) for further details.
100
+
See the [API documentation](https://github.com/jsdoc2md/jsdoc-api/blob/master/docs/api.md) for further details. See the [example folder](https://github.com/jsdoc2md/jsdoc-api/tree/master/example) for code examples.
0 commit comments