Update jsdoc link
http://usejsdoc.org seems to be a dead link parked on godaddy atm. > usejsdoc.org > is parked free, courtesy of GoDaddy.com. > Get This Domain swapped to the link listed in the repo: https://github.com/jsdoc/jsdoc#for-more-information
This commit is contained in:
parent
206485fc3a
commit
12d8d59089
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ Such comments allow us to understand the purpose of the function and use it the
|
||||||
|
|
||||||
By the way, many editors like [WebStorm](https://www.jetbrains.com/webstorm/) can understand them as well and use them to provide autocomplete and some automatic code-checking.
|
By the way, many editors like [WebStorm](https://www.jetbrains.com/webstorm/) can understand them as well and use them to provide autocomplete and some automatic code-checking.
|
||||||
|
|
||||||
Also, there are tools like [JSDoc 3](https://github.com/jsdoc3/jsdoc) that can generate HTML-documentation from the comments. You can read more information about JSDoc at <http://usejsdoc.org/>.
|
Also, there are tools like [JSDoc 3](https://github.com/jsdoc3/jsdoc) that can generate HTML-documentation from the comments. You can read more information about JSDoc at <https://jsdoc.app>.
|
||||||
|
|
||||||
Why is the task solved this way?
|
Why is the task solved this way?
|
||||||
: What's written is important. But what's *not* written may be even more important to understand what's going on. Why is the task solved exactly this way? The code gives no answer.
|
: What's written is important. But what's *not* written may be even more important to understand what's going on. Why is the task solved exactly this way? The code gives no answer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue