-
We need a way for BRJS plugins to make use of installed Node packages. We should do it a way that any BRJS plugin can make use of the mechanism and we shouldn't force BRJS users to have to install nod…
-
I am reading the Jsdoc source code,it uses Jasmine for testing.i installed this plugin,but there is no debugging function like the Mocha.Will it debugs in the future?
-
In my readme.md file I have an image included as: ![Coffee Bean Logo](./logo/coffee-grains_32.png)
The logo file is in the logo folder in the root of the project.
Then in my jsdoc config file I have…
-
Just found this plugin and enjoying using it. Something I'm testing is that existing JSDoc comments are not changed/updated when a function signature changes. Is this intentional? Or have I overseen s…
-
Typescript types should be supported. Most of the work needs to occur in ~~Kuniwak/jsdoctypeparser~~ (*now*, [jsdoc-type-pratt-parser](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parse…
-
Some classes treated as `constructor` and displayed accordingly. This causes links to such classes to be broken. How can I made them to be shown as `class`?
Classes shown in UI as `class`: [src](ht…
-
jsdoctk-plugin is supposed to be a plugin to provide maven goals for jsdoctoolkit, but am unsure if it actually works with the latest jsdoctk.
-
### Input code
```js
/**
* {@link Test#"#memberA"}, {@link Test#"#memberB"}, {@link Test#"#memberC"}
* @public
* @class Test
*/
function Test() {
/**
* @memberOf Test
* @p…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Currently if we have an interface like:
``` typescript
interface PackageMetadata {
readonly dirName: string;
readonly manifest: PackageManifest | MonorepoPackageManifest;
readonly name: s…