Skip to content

o-alexandrov/jsdoc-webpack-plugin

This branch is up to date with kolychev/jsdoc-webpack-plugin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d033b7c · Apr 13, 2018

History

18 Commits
May 6, 2016
May 6, 2016
May 8, 2016
Apr 13, 2018
Jan 5, 2017

Repository files navigation

jsdoc-webpack-plugin

WebPack plugin that runs jsdoc on your bundles

Usage

In webpack.config.js:

var webpack = require('webpack');
var JsDocPlugin = require('jsdoc-webpack-plugin');

module.exports = {
    /// ... rest of config
    plugins: [
        new JsDocPlugin({
            conf: './jsdoc.conf'
        })
    ]
}

There are two ways how this plugin recognizes the files

  1. It takes the information from the jsdoc config file "source.include"
  2. If no "source.include" provided, it takes the whole files from your bundles

About

JsDoc Webpack Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%