From c82038f0985992a1be4d2f3806ff00d214a0e769 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 29 Sep 2005 21:08:55 +0000 Subject: doc'ed on coderay.rb --- lib/coderay.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index 05ef668..1517487 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -1,4 +1,4 @@ -# = CodeRay +# = CodeRay Library # # $Id$ # @@ -10,7 +10,7 @@ # See README. # # It consists mainly of -# * the main engine: CodeRay, CodeRay::Scanner, CodeRay::Tokens, CodeRay::TokenStream, CodeRay::Encoder +# * the main engine: CodeRay (Scanners::Scanner, Tokens/TokenStream, Encoders::Encoder), PluginHost # * the scanners in CodeRay::Scanners # * the encoders in CodeRay::Encoders # @@ -58,8 +58,7 @@ # # and look at the file it created. # - -# = CodeRay +# = CodeRay Module # # The CodeRay module provides convenience methods for the engine. # -- cgit v1.2.1