summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-02-07 23:28:00 +0000
committermurphy <murphy@rubychan.de>2009-02-07 23:28:00 +0000
commit89c23fd2685f0a99993877ad7a0a576d56e75c62 (patch)
tree3fb9e6eb8c5daaa527595a0e6fb91c979bc8257b
parent904532b6f937c4af2afd30bcc4282f6513f82acb (diff)
downloadcoderay-89c23fd2685f0a99993877ad7a0a576d56e75c62.tar.gz
Fixed documentation of CodeRay module (was not included by doc task).
-rw-r--r--rake_tasks/documentation.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rake_tasks/documentation.rake b/rake_tasks/documentation.rake
index c364348..a7f38f8 100644
--- a/rake_tasks/documentation.rake
+++ b/rake_tasks/documentation.rake
@@ -12,6 +12,7 @@ def set_rdoc_info rd
rd.template = ENV.fetch('template', CODERAY_TEMPLATE)
rd.rdoc_files.add(*EXTRA_FILES.in(ROOT))
+ rd.rdoc_files.add(*Dir[File.join(LIB_ROOT, '*.rb')])
rd.rdoc_files.add(*Dir[File.join(LIB_ROOT, 'coderay', '**', '*.rb')])
end