0.1.0 • Published 8 years ago

yuidoc-filters v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

yuidoc-filters

A YUIDoc preprocessor for filtering out parts of documentation

Installation

To install yuidoc-filters, simply run npm install --save-dev yuidoc-filters in your npm project root.

Usage

To use on an existing yuidoc project, add the following entries to your yuidoc.json file:

{
  ...
  "preprocessor": "yuidoc-filters",
  "yuidoc-filters-exclude": ["private", "deprecated"]
}

yuidoc-filters-exclude takes an array of exclusion types. Currently yuidoc filters only filters classes marked private or deprecated.

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago