diff options
author | no author <noone@nowhere> | 2005-09-26 23:03:08 +0000 |
---|---|---|
committer | no author <noone@nowhere> | 2005-09-26 23:03:08 +0000 |
commit | 26037371627e81f7d2a1151c36fbfc5ccf264edb (patch) | |
tree | f2a2601fd70e9126345d6058cf07b6e55f1c191f /Rakefile | |
parent | a1a3b71479ef30e3a92b9e2530f69e89ba8aaa76 (diff) | |
download | coderay-26037371627e81f7d2a1151c36fbfc5ccf264edb.tar.gz |
Sources in RDoc are now highlighted with CodeRay itself! :-Y
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Rake::RDocTask.new :rdoc do |rd| rd.main = ROOT + 'README'
rd.title = "CodeRay Documentation"
rd.options << '--line-numbers' << '--inline-source' << '--tab-width' << '2'
+ rd.options << '--fmt' << 'html_coderay'
rd.template = 'rake_helpers/coderay_rdoc_template.rb'
rd.rdoc_files.add ROOT + 'README'
rd.rdoc_files.add *Dir[LIB_ROOT + '**/*.rb']
|