Files
shaka-player/docs/jsdoc-template
Joey Parrish 749cf6d49c docs: Add support for documenting top-level enums (#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 #3421
2022-09-20 14:13:23 -07:00
..

(Forked from the default JSDoc template, v4.0.0-dev commit be92bc97)