Skip to content

Commit 4e03980

Browse files
committed
Remove unnecessary comment for HTML class table
It's the same of implementations, and the implimentation became to complex. So I think what it is unnecessary comment for document.
1 parent 251fdaa commit 4e03980

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

lib/rdoc/token_stream.rb

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,8 @@ module RDoc::TokenStream
1010

1111
##
1212
# Converts +token_stream+ to HTML wrapping various tokens with
13-
# <tt><span></tt> elements. The following tokens types are wrapped in spans
14-
# with the given class names:
15-
#
16-
# TkCONSTANT :: 'ruby-constant'
17-
# TkKW :: 'ruby-keyword'
18-
# TkIVAR :: 'ruby-ivar'
19-
# TkOp :: 'ruby-operator'
20-
# TkId :: 'ruby-identifier'
21-
# TkNode :: 'ruby-node'
22-
# TkCOMMENT :: 'ruby-comment'
23-
# TkREGEXP :: 'ruby-regexp'
24-
# TkSTRING :: 'ruby-string'
25-
# TkVal :: 'ruby-value'
26-
#
27-
# Other token types are not wrapped in spans.
13+
# <tt><span></tt> elements. Some tokens types are wrapped in spans
14+
# with the given class names. Other token types are not wrapped in spans.
2815

2916
def self.to_html token_stream
3017
token_stream.map do |t|

0 commit comments

Comments
 (0)