summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners')
-rw-r--r--lib/coderay/scanners/nitro_xhtml.rb2
-rw-r--r--lib/coderay/scanners/rhtml.rb2
-rw-r--r--lib/coderay/scanners/xml.rb2
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/coderay/scanners/nitro_xhtml.rb b/lib/coderay/scanners/nitro_xhtml.rb
index 4a8ee96..871ce17 100644
--- a/lib/coderay/scanners/nitro_xhtml.rb
+++ b/lib/coderay/scanners/nitro_xhtml.rb
@@ -5,8 +5,6 @@ module Scanners
load :ruby
# Nitro XHTML Scanner
- #
- # $Id$
class NitroXHTML < Scanner
include Streamable
diff --git a/lib/coderay/scanners/rhtml.rb b/lib/coderay/scanners/rhtml.rb
index 18cc60b..ca8196a 100644
--- a/lib/coderay/scanners/rhtml.rb
+++ b/lib/coderay/scanners/rhtml.rb
@@ -5,8 +5,6 @@ module Scanners
load :ruby
# RHTML Scanner
- #
- # $Id$
class RHTML < Scanner
include Streamable
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb
index bc6020a..0c7eab4 100644
--- a/lib/coderay/scanners/xml.rb
+++ b/lib/coderay/scanners/xml.rb
@@ -5,8 +5,6 @@ module Scanners
# XML Scanner
#
- # $Id$
- #
# Currently this is the same scanner as Scanners::HTML.
class XML < HTML