Skip to content

comnori/exclude-member

Repository files navigation

JsDoc Exclude Member Plugin

npm npm NPM

이 플러그인은 JsDoc에서 External을 제외하기 위한 플러그인입니다.

How to install

NPM

npm install exclude-member --save-dev

Yarn

yarn add --dev exclude-member

Usage

Next you need to tell JsDoc to enable the plugin.

Example jsdoc.json

{
  "plugins": ["exclude-member/exclude"]
}

About

JsDoc Plugin to exlude member category.

Resources

License

Stars

Watchers

Forks