0.3.4 • Published 11 years ago

grunt-docco-ds v0.3.4

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

grunt-docco

Grunt Docco plugin.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-docco

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-docco');

Documentation

docco: {
  debug: {
    src: ['test/**/*.js'],
    options: {
      output: 'docs/test'
    }
  }
}

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

  • 0.3.1: Correctly set the Docco output using options.output or file.dest and fix docco.document() invocation (up to 0.3.1 the dest will be 'docs' anyway and invocation will result in odd error)

License

Copyright (c) 2012 David Souther
Licensed under the MIT license.

0.3.4

11 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago