Class: RDoc::Markup::ListBase

Inherits:
Paragraph show all
Defined in:
lib/rdoc/markup/fragments.rb

Overview

A List is a fragment with some kind of label

Direct Known Subclasses

ListEnd, ListItem, ListStart

Constant Summary collapse

LIST_TYPES =
[
  :BULLET,
  :NUMBER,
  :UPPERALPHA,
  :LOWERALPHA,
  :LABELED,
  :NOTE,
]

Constants inherited from Fragment

Fragment::TYPE_MAP

Instance Attribute Summary

Attributes inherited from Fragment

#level, #param, #txt, #type

Method Summary

Methods inherited from Fragment

#add_text, for, #initialize, #to_s, type_name

Constructor Details

This class inherits a constructor from RDoc::Markup::Fragment