root/trunk/Rakefile.pdoc
Download in other formats:
Raw | Text
Show revision log
Unknown file type
A viewable MIME type was not detected. Trying to display the file content as plain text.
| 1 | load 'Rakefile' |
| 2 | |
| 3 | desc "Create HTML documentation using pdoc" |
| 4 | task :pdoc => :dist do |
| 5 | require 'lib/pdoc' |
| 6 | FileUtils.rm_rf "pdoc" |
| 7 | FileUtils.mkdir "pdoc" |
| 8 | PDoc::Generators::Html::Website.new(File.expand_path(File.join(File.dirname(__FILE__), "lib", "pdoc_template", "pdoc.js"))).render |
| 9 | end |


RSS feeds