summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-12-30 07:04:57 +0000
committermurphy <murphy@rubychan.de>2009-12-30 07:04:57 +0000
commit470c12e7b2e25b10c67776ed85d67051b655fa06 (patch)
tree53351edec1b8ff9d7ff94fed2c81e98490d439ce /lib/coderay/encoders
parent1203a2900ca86f08c9caddb7b13c9ec3765b9f52 (diff)
downloadcoderay-470c12e7b2e25b10c67776ed85d67051b655fa06.tar.gz
Cleanup.
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/html.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index ad86d6b..e84d388 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -64,7 +64,7 @@ module Encoders
#
# === :highlight_lines
#
- # Highlights certain line numbers now by using the :highlight_lines option.
+ # Highlights certain line numbers.
# Can be any Enumerable, typically just an Array or Range, of numbers.
#
# Bolding is deactivated when :highlight_lines is set. It only makes sense
@@ -88,7 +88,6 @@ module Encoders
DEFAULT_OPTIONS = {
:tab_width => 8,
- # :level => :xhtml, # reserved for future use
:css => :class,
:style => :cycnus,