summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-09-27 17:18:44 +0000
committermurphy <murphy@rubychan.de>2005-09-27 17:18:44 +0000
commitd76509025facd61f55728302cc84ad561dd27042 (patch)
tree2d10f2bfe694a2269af3d38e5e19060b88d128b2
parent5cb9c73fb201938cc4ad44a9b27214ccbc2d8dc1 (diff)
downloadcoderay-d76509025facd61f55728302cc84ad561dd27042.tar.gz
Rakefile: Doc: -all switch to document all methods
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 498e124..7650174 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,6 +20,7 @@ Rake::RDocTask.new :rdoc do |rd|
rd.title = "CodeRay Documentation"
rd.options << '--line-numbers' << '--inline-source' << '--tab-width' << '2'
rd.options << '--fmt' << 'html_coderay'
+ rd.options << '--all'
rd.template = 'rake_helpers/coderay_rdoc_template.rb'
rd.rdoc_files.add ROOT + 'README'
rd.rdoc_files.add *Dir[LIB_ROOT + '*.rb']