Include space-pen docs

This commit is contained in:
Kevin Sawicki
2014-01-20 13:22:58 -08:00
parent 3a02f4de0c
commit 31b68c0937

View File

@@ -14,7 +14,11 @@ module.exports = (grunt) ->
'--title', 'Atom API Documentation'
'-o', 'docs/output/api'
'-r', 'docs/README.md'
'src/', '../text-buffer/src/range.coffee', '../text-buffer/src/point.coffee', '../text-buffer/src/marker.coffee'
'src/'
'../text-buffer/src/range.coffee'
'../text-buffer/src/point.coffee'
'../text-buffer/src/marker.coffee'
'../space-pen/src/space-pen.coffee'
]
grunt.util.spawn({cmd, args, opts}, done)