File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments