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-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,8 @@
6
6
[](https://gitter.im/jsdoc2md/jsdoc2md?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
7
8
8
# jsdoc-parse
9
-
Jsdoc explain out in, jsdoc2md template data out.
9
+
Transforms [jsdoc](https://github.com/jsdoc3/jsdoc) data, adding a few features:
10
10
11
-
jsdoc-parse extends [jsdoc](https://github.com/jsdoc3/jsdoc) with a few features:
12
-
13
-
* Support for html input files (see `--html` option).
14
11
* Support for new tags in the input javascript
15
12
*`@category <string>`: Useful for grouping identifiers by category.
16
13
*`@done`: Used to mark `@todo` items as complete.
@@ -25,9 +22,9 @@ jsdoc-parse extends [jsdoc](https://github.com/jsdoc3/jsdoc) with a few features
Copy file name to clipboardExpand all lines: jsdoc2md/README.hbs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,8 @@
6
6
[](https://gitter.im/jsdoc2md/jsdoc2md?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
7
8
8
# jsdoc-parse
9
-
Jsdoc explain out in, jsdoc2md template data out.
9
+
Transforms [jsdoc](https://github.com/jsdoc3/jsdoc) data, adding a few features:
10
10
11
-
jsdoc-parse extends [jsdoc](https://github.com/jsdoc3/jsdoc) with a few features:
12
-
13
-
* Support for html input files (see `--html` option).
14
11
* Support for new tags in the input javascript
15
12
* `@category <string>`: Useful for grouping identifiers by category.
16
13
* `@done`: Used to mark `@todo` items as complete.
0 commit comments