Comment broken task ref in documentation.rake

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1861/head
Alex Coles 10 years ago
parent 535b5756c4
commit 325864aadc
  1. 5
      lib/tasks/documentation.rake

@ -28,9 +28,8 @@
#++
#clear the doc:app task et al
Rake::Task["doc:app"].clear
Rake::Task["doc/app"].clear
Rake::Task["doc/app/index.html"].clear
#Rake::Task["doc/app"].clear
#Rake::Task["doc/app/index.html"].clear
namespace :doc do
desc "Generate documentation for the application. Set custom template with TEMPLATE=/path/to/rdoc/template.rb or title with TITLE=\"Custom Title\""

Loading…
Cancel
Save