class RDoc::Markup::IndentedParagraph

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  super and indent == other.indent
end