angular-jsdoc icon indicating copy to clipboard operation
angular-jsdoc copied to clipboard

why the page i generated have two css style?

Open Rey-Wang opened this issue 6 years ago • 1 comments

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

image image

Rey-Wang avatar Dec 18 '18 07:12 Rey-Wang

image why generate two directive.html?

Rey-Wang avatar Dec 18 '18 07:12 Rey-Wang