Ensure API docs have the proper title

This commit is contained in:
Matt Colyer
2013-08-22 11:45:20 -07:00
parent 5a2b2b18c6
commit 3808f81886

View File

@@ -10,7 +10,7 @@ module.exports = (grunt) ->
grunt.task.run('markdown:guides')
done = @async()
args = [commonArgs..., '-o', 'docs/output/api', 'src/']
args = [commonArgs..., '--name', 'Atom', '--title', 'Atom API Documentation', '-o', 'docs/output/api', 'src/']
grunt.util.spawn({cmd, args, opts}, done)
grunt.registerTask 'lint-docs', 'Generate stats about the doc coverage', ->