diff options
author | murphy <murphy@rubychan.de> | 2009-01-05 17:18:03 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-01-05 17:18:03 +0000 |
commit | 055f73d6ea732ab6b323c884c70dfdb5c991d134 (patch) | |
tree | cce68b961f5b053a9b068900316b20ec1a2be3b5 /lib/coderay | |
parent | c20d46c5f67e073ab14d0857ee8327f23ffee37f (diff) | |
download | coderay-055f73d6ea732ab6b323c884c70dfdb5c991d134.tar.gz |
Fixed documentation, moved README into lib folder.
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/for_redcloth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/for_redcloth.rb b/lib/coderay/for_redcloth.rb index e2f13d1..dde00cc 100644 --- a/lib/coderay/for_redcloth.rb +++ b/lib/coderay/for_redcloth.rb @@ -1,4 +1,4 @@ -module CodeRay # :nodoc: +module CodeRay # A little hack to enable CodeRay highlighting in RedCloth. # |