uris77
11/12/2013 - 10:10 PM

docco.js

docco: {
  appA: {
    src: ['src/js/appA/file1.js', 'src/js/appA/file2.js']
    options: {
      output: 'docs/appA/'
    }
  },
  appB: {
    src: ['src/js/appB/file1.js', 'src/js/appB/file2.js']
    options: {
      output: 'docs/appB/'
    }
  }
}