Skip to content

Commit

Permalink
Use Typedoc (#772)
Browse files Browse the repository at this point in the history
Typedoc
  • Loading branch information
gpoitch committed Aug 18, 2022
1 parent f3fdaa5 commit f0f6b69
Show file tree
Hide file tree
Showing 88 changed files with 3,353 additions and 41,179 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ module.exports = {
"radix": "error",
"require-atomic-updates": "error",
"require-await": "error",
"require-jsdoc": "off",
"require-unicode-regexp": "off",
"rest-spread-spacing": [
"error",
Expand Down Expand Up @@ -342,7 +341,6 @@ module.exports = {
"error",
"never"
],
"valid-jsdoc": "off",
"vars-on-top": "off",
"wrap-iife": "error",
"wrap-regex": "off",
Expand Down
13 changes: 0 additions & 13 deletions .jsdoc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ The demo website is hosted at
To preview the website, start the server and visit
[http://localhost:4200/assets/demo/](http://localhost:4200/assets/demo/). The code for
this website can be found in `assets/demo/`. Note that the development server
does not rebuild jsdoc.
does not rebuild docs.

To publish a new version:

Expand Down
Loading

0 comments on commit f0f6b69

Please sign in to comment.