mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove package doc for now
This commit is contained in:
12
Rakefile
12
Rakefile
@@ -128,18 +128,6 @@ namespace :docs do
|
||||
system %{./node_modules/biscotto/bin/biscotto --statsOnly src/app/}
|
||||
end
|
||||
end
|
||||
|
||||
namespace :packages do
|
||||
desc "Builds the API docs in src/packages"
|
||||
task :build do
|
||||
system %{./node_modules/biscotto/bin/biscotto -o docs/api src/packages/}
|
||||
end
|
||||
|
||||
desc "Lists the stats for API doc coverage in src/packages"
|
||||
task :stats do
|
||||
system %{./node_modules/biscotto/bin/biscotto --statsOnly src/packages/}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def application_path
|
||||
|
||||
Reference in New Issue
Block a user