Skip to content

Commit

Permalink
Allow exit status of 1 (Warning) for rake docs:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Aug 2, 2011
1 parent 946c558 commit db0b976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -76,7 +76,7 @@ task :docs => 'docs:generate'
namespace :docs do
task :generate do
command = apple_doc_command << " --no-create-docset --keep-intermediate-files --create-html Code/"
run(command)
run(command, 1)
puts "Generated HTML documentationa at Docs/API/html"
end

Expand Down

0 comments on commit db0b976

Please sign in to comment.