mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
749cf6d49c
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
(Forked from the default JSDoc template, v4.0.0-dev commit be92bc97)