Changeset 22863 for src

Show
Ignore:
Timestamp:
11/03/08 22:50:48 (2 months ago)
Author:
azawawi
Message:

[STD_syntax_highlight] updated comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD_syntax_highlight

    r22862 r22863  
    112112} 
    113113 
    114 =item write_html_file 
     114=item write_output 
    115115 
    116116Writes the output to a file or STDOUT 
     
    131131 
    132132Returns the generated Perl6 highlighted HTML from C<highlight_perl6_*> 
    133 subroutine after traversing the STD parse tree using  
    134 DumpMatch.pm C<traverse_match>. 
     133subroutine using redspans. 
    135134=cut 
    136135sub highlight_match {