documentationjs / documentationjs/documentation

Custom tags

Open
#683 7 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
JavaScript
Stars
5.8k
Forks
481
PR merge metrics
No merged PRs in 30d

Description

I've looked through previous issues as well as the docs, but I can't find anything related to custom tags.

I've had a go at passing through a `jsdoc.json` config file to the linter but it does not seem as though it reads JSDoc configuration.

```js
/**
* @namespace humdidum
* @ngInject
*/
export default ($eek, $stringBasedDI) => {
// redacted
}
```

The linter will correctly identify `ngInject` and call it out for being an unknown JSDoc tag.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.