tomdoc?()
Returns true if this comment is in TomDoc format.
# File lib/rdoc/comment.rb, line 224 def tomdoc? @format == 'tomdoc' end