angular-jsdoc
angular-jsdoc copied to clipboard
why the page i generated have two css style?
I configured the gruntfiles.js with the default template
jsdoc: {
dist: {
src: ['src/**/*.js'],
options: {
destination: 'build/docs',
configure: 'node_modules/angular-jsdoc/common/conf.json',
template: 'node_modules/angular-jsdoc/default',
tutorial: 'tutorials',
readme: './README.md'
}
}
}
but the page generated presents a different style

why generate two directive.html?