summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-02-13 05:13:42 +0000
committermurphy <murphy@rubychan.de>2010-02-13 05:13:42 +0000
commit3e67e76eb33a24e06b227014af4a36d9fe1bdf5b (patch)
tree4f06f96282d39af575c7371895de362d6dc83608 /lib/coderay
parent1bcab9fe0cec2888b6d025e6f028fc5fca36a649 (diff)
downloadcoderay-3e67e76eb33a24e06b227014af4a36d9fe1bdf5b.tar.gz
Documentation cleanup.
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/for_redcloth.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/for_redcloth.rb b/lib/coderay/for_redcloth.rb
index 0857aba..43b2268 100644
--- a/lib/coderay/for_redcloth.rb
+++ b/lib/coderay/for_redcloth.rb
@@ -20,7 +20,7 @@ module CodeRay
end
RedCloth::TextileDoc.send :include, ForRedCloth::TextileDoc
RedCloth::Formatters::HTML.module_eval do
- def unescape(html)
+ def unescape(html) # :nodoc:
replacements = {
'&amp;' => '&',
'&quot;' => '"',
@@ -64,7 +64,7 @@ module CodeRay
@in_bc = nil
opts[:lang] ? '' : "</pre>\n"
end
- def escape_pre(text)
+ def escape_pre(text) # :nodoc:
if @in_bc ||= nil
text
else