jsdoc.github.io
jsdoc.github.io copied to clipboard
JSDoc website
It is the code from the documentation (https://jsdoc.app/tags-name.html): ```javascript // @ts-check /** * @name highlightSearchTerm * @function * @global * @param {string} term - The search term to highlight. */...
This changes text in `content/en/about-getting-started.md`. It removes the comma (and the "right") from `You add documentation comments ..., right alongside the code itself` to be `You add documentation comments ......
I get "Unexpected token" for ejs include statements How can I make clear that I use EJS and not for example ejx? as I also get some of those messages...
Fixed broken link with old route to plugins Old broken link is not found The plugin folder was moved, I found its new localization and by comparing a stale branch...
Here are some suggestions on how to improve the layout and readability of the `` contents. Tested on small viewports. ## Features - Added CSS custom properties as an easy-to-change...
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi , CI have following enum values : /** * @description services * @enum {string} * @enumeration services * @modulePath enums * @var BP Type01 * @var CC Type02 */...
When I created my [other PR](https://github.com/jsdoc/jsdoc.github.io/pull/219), gulp updated the copyright info in all of the rendered pages. I excluded them to keep that PR clean. This PR submits includes [only]...