Page MenuHomePhabricator

Migrate CXServer from JSDuck to JSDoc
Closed, DuplicatePublic

Description

Wikimedia JavaScript codebases have migrated from JSDuck to JSDoc for documentation. Although this isn't an urgent issue, using JSDoc allows you to use ES6 in your codebase and gives you the option to publish a docs site to doc.wikimedia.org using the JSDoc WMF theme.

To migrate to JSDoc, follow the setup guide, and see the table with equivalents for specific tags in T138401.