# RDoc::Context::Section - ri - phpman

= [**RDoc::Context::Section](https://www.chedong.com/phpMan.php/perldoc/RDoc%3A%3AContext%3A%3ASection/markdown) < Object**

------------------------------------------------------------------------
= **Includes:**
(from gem rdoc-7.2.0)
  [RDoc::Text](https://www.chedong.com/phpMan.php/perldoc/RDoc%3A%3AText/markdown)
  [RDoc::Generator::Markup](https://www.chedong.com/phpMan.php/perldoc/RDoc%3A%3AGenerator%3A%3AMarkup/markdown)

(from gem rdoc-7.2.0)
------------------------------------------------------------------------
A section of documentation like:

  # :section: The title
  # The body

## Sections can be referenced multiple times and will be collapsed into a
single section.

------------------------------------------------------------------------
= **Class methods:**

  new

= **Instance methods:**

  ==
  add_comment
  aref
  comment
  comments
  description
  eql?
  extract_comment
  in_files
  language
  legacy_aref
  marshal_dump
  marshal_load
  parent
  plain_html
  remove_comment
  store
  title
  to_document

= **Attributes:**

  attr_reader comments
  attr_reader parent
  attr_reader store
  attr_reader title

