Files
Dão Gottwald b70a7076cc Bug 2065591 - Add a Session Restore page to the Firefox source docs. r=firefox-source-docs-reviewers,sylvestre,jswinarton
`@alias` makes the page read `SessionStore` rather than the implementation name. A documented `#`-private field whose name matches a getter aborts the build, so two such fields have their docs on the getters instead.

Differential Revision: https://phabricator.services.mozilla.com/D320532
2026-09-01 14:36:22 +00:00

10 lines
171 B
JSON

{
"plugins": [
"jsdoc-plugins/skip-anonymous-locals.mjs",
"jsdoc-plugins/skip-unnamed-members.mjs"
],
"source": {
"includePattern": ".+\\.m?jsm?$"
}
}