This repository was archived by the owner on May 30, 2020. It is now read-only.

Description
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

