summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-02-20 18:00:43 +0000
committermurphy <murphy@rubychan.de>2009-02-20 18:00:43 +0000
commit349a43acf6a75f0fbc2e9a2247708785e2e1c4d1 (patch)
tree21fee1ddce144fd5f44d60f7ea22b6ab2dc2094f
parent2044baa61771c742ab4f2b7ba46755623bd97d1d (diff)
downloadcoderay-349a43acf6a75f0fbc2e9a2247708785e2e1c4d1.tar.gz
Fixed highlighting in documentation (#86).
-rw-r--r--rake_tasks/documentation.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_tasks/documentation.rake b/rake_tasks/documentation.rake
index a7f38f8..01697a7 100644
--- a/rake_tasks/documentation.rake
+++ b/rake_tasks/documentation.rake
@@ -7,7 +7,7 @@ def set_rdoc_info rd
rd.main = 'lib/README'
rd.title = "CodeRay Documentation"
rd.options << '--line-numbers' << '--inline-source' << '--tab-width' << '2'
- # rd.options << '--format' << ENV.fetch('format', 'html_coderay')
+ rd.options << '--fmt' << ENV.fetch('format', 'html_coderay')
rd.options << '--all'
rd.template = ENV.fetch('template', CODERAY_TEMPLATE)