summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-26 03:19:04 +0000
committermurphy <murphy@rubychan.de>2010-03-26 03:19:04 +0000
commit7a143d76326e8edcd3b5a33986dea817e4869ddd (patch)
tree74fafaf73dbbfb6cf25ad064e668158b242be924 /lib/coderay
parent7fd577f8c2959902c4eb79d3c20b70a274e41618 (diff)
downloadcoderay-7a143d76326e8edcd3b5a33986dea817e4869ddd.tar.gz
Fixed documentation of C scanner.
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/scanners/c.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/coderay/scanners/c.rb b/lib/coderay/scanners/c.rb
index 373ee23..e13dc37 100644
--- a/lib/coderay/scanners/c.rb
+++ b/lib/coderay/scanners/c.rb
@@ -2,8 +2,6 @@ module CodeRay
module Scanners
# Scanner for C.
- #
- # Alias: +h+
class C < Scanner
include Streamable