Skip to content

Commit b141424

Browse files
committed
upgrade to jsdoc v4.0.0
1 parent 1f5c117 commit b141424

6 files changed

Lines changed: 432 additions & 378 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16, 17]
18+
node-version: [12, 14, 16, 18, 19]
1919

2020
steps:
2121
- uses: actions/checkout@v2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-22 Lloyd Brookes <75pound@gmail.com>
3+
Copyright (c) 2015-23 Lloyd Brookes <75pound@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ Directory in which JSDoc should search for tutorials.
231231

232232
* * *
233233

234-
&copy; 2015-22 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
234+
&copy; 2015-23 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
235235

236236
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

jsdoc2md/README.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ A programmatic interface for [jsdoc3](https://github.com/jsdoc3/jsdoc) with a fe
5151

5252
* * *
5353

54-
&copy; 2015-22 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
54+
&copy; 2015-23 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
5555

5656
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

0 commit comments

Comments
 (0)