Lines Matching refs:comment
220 # Arrays containing start, end, comment & text tokens which indicate
227 {} # {'<comment>' => ''}
229 # Arrays containing start, end, comment & text tokens which indicate
236 {} # {'<comment>' => ''}
357 #--- HTML::TocUpdator::comment() ----------------------------------------------
358 # function: Process comment.
359 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
361 sub comment {
371 $self->SUPER::comment($aComment);
375 # Does comment matches update end token?
379 # Yes, comment matches update end token;
389 # Does comment matches update begin token?
393 # Yes, comment matches update begin token;
398 $self->SUPER::comment($aComment);
404 $self->SUPER::comment($aComment);
406 } # comment()
618 #--- HTML::_TokenUpdateParser::comment() --------------------------------------
619 # function: Process comment.
620 # args: - $aComment: comment text with '<!--' and '-->' tags stripped off.
622 sub comment {
627 } # comment()