diff options
author | murphy <murphy@rubychan.de> | 2006-03-23 00:05:58 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-23 00:05:58 +0000 |
commit | 7863986fad84f56ba537ce3714d614c33391fd85 (patch) | |
tree | d1fc02f8da8dcb55dd1018203adf18d9b0d31ee7 /lib/coderay/duo.rb | |
parent | 2ee9927772880382e8ab3819805e6e3c62723395 (diff) | |
download | coderay-7863986fad84f56ba537ce3714d614c33391fd85.tar.gz |
HTML Encoder: inline numerization corrected.
New demo: demo/demo_html_list.rb.
Some demos adjusted.
C Scanner: error messages fixed.
Rakefile: test_demos now in debug mode.
test/suite.rb is using reusable Scanners now.
Diffstat (limited to 'lib/coderay/duo.rb')
-rw-r--r-- | lib/coderay/duo.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/coderay/duo.rb b/lib/coderay/duo.rb index 8187277..1957c95 100644 --- a/lib/coderay/duo.rb +++ b/lib/coderay/duo.rb @@ -1,5 +1,10 @@ module CodeRay
+ # = Duo
+ #
+ # $Id: scanner.rb 123 2006-03-21 14:46:34Z murphy $
+ #
+ # TODO: Doc.
class Duo
attr_accessor :scanner, :encoder
|