-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates typedoc & plugin to latest, disables external dependency documenting. We really shouldn't be doing this anyways, as depending on other people's code to be commented in the right format is very iffy.
- Loading branch information
1 parent
28c1a04
commit 4105374
Showing
3 changed files
with
103 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"$schema": "https://typedoc.org/schema.json", | ||
"entryPoints": [ | ||
"api/index.ts", | ||
"src/app.ts", | ||
"src/middleware/select-auth.ts", | ||
"src/middleware/verify-jwt.ts", | ||
|
||
"src/services/auth/auth-lib.ts", | ||
"src/services/event/event-lib.ts", | ||
"src/services/newsletter/newsletter-lib.ts", | ||
"src/services/profile/profile-lib.ts", | ||
"src/services/user/user-lib.ts", | ||
"src/utils.ts", | ||
"src/database.ts", | ||
"src/constants.ts" | ||
], | ||
"excludeExternals": true, | ||
"out": "devdocs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters