diff options
author | murphy <murphy@rubychan.de> | 2009-12-30 07:04:57 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-12-30 07:04:57 +0000 |
commit | 470c12e7b2e25b10c67776ed85d67051b655fa06 (patch) | |
tree | 53351edec1b8ff9d7ff94fed2c81e98490d439ce /lib/coderay/encoders | |
parent | 1203a2900ca86f08c9caddb7b13c9ec3765b9f52 (diff) | |
download | coderay-470c12e7b2e25b10c67776ed85d67051b655fa06.tar.gz |
Cleanup.
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r-- | lib/coderay/encoders/html.rb | 3 |
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, |