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/'
}
}
}