From 470c12e7b2e25b10c67776ed85d67051b655fa06 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 30 Dec 2009 07:04:57 +0000 Subject: Cleanup. --- lib/coderay/encoders/html.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/coderay/encoders/html.rb') 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, -- cgit v1.2.1