From 8f8d029f1e9ba286e43cedc274a89bae3fb318b4 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 30 Mar 2010 01:13:11 +0000 Subject: Added documentation to encoders; more code cleanups. --- lib/coderay/encoders/page.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/coderay/encoders/page.rb') diff --git a/lib/coderay/encoders/page.rb b/lib/coderay/encoders/page.rb index 1b69cce..9f3538e 100644 --- a/lib/coderay/encoders/page.rb +++ b/lib/coderay/encoders/page.rb @@ -2,7 +2,11 @@ module CodeRay module Encoders load :html - + + # Wraps the output into a HTML page, using CSS classes and + # line numbers in the table format by default. + # + # See Encoders::HTML for available options. class Page < HTML FILE_EXTENSION = 'html' -- cgit v1.2.1