forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add support for documenting top-level enums (shaka-project#4498)
Previously, top-level enums caused the generation of filenames like "shaka.config.html#AutoShowText" instead of "shaka.config.AutoShowText.html". This broke the generation of docs for top-level enums (attached to a namespace instead of a class). This adds support for these into our jsdoc template. Related to PR shaka-project#3421
- Loading branch information
1 parent
8475214
commit 749cf6d
Showing
3 changed files
with
38 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
"navOrder": [ | ||
"Tutorials", | ||
"Classes", | ||
"Enums", | ||
"Interfaces", | ||
"Events" | ||
] | ||
|