mirror of
https://github.com/atom/atom.git
synced 2026-01-21 21:07:55 -05:00
Include space-pen docs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user