Skip to content

Commit 5fddaee

Browse files
committed
Merge branch 'davehg-options-theme'
2 parents 1c6915d + 90d53e2 commit 5fddaee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tasks/documentation.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ module.exports = function(grunt) {
3131
github: options.github,
3232
shallow: options.shallow,
3333
access: options.access,
34-
order: options.order
34+
order: options.order,
35+
theme: options.theme,
36+
name: options.name,
37+
version: options.version
3538
};
3639

3740
var done = this.async(),
@@ -61,7 +64,7 @@ module.exports = function(grunt) {
6164
done(false);
6265
} else {
6366
await ();
64-
formatter(comments, {}, function(err, output) {
67+
formatter(comments, docOptions, function(err, output) {
6568
if (err) {
6669
grunt.log.error(err.toString());
6770
if (err.codeFrame) {

0 commit comments

Comments
 (0)