Class: RDocF95::Markup::ListBase
- Defined in:
- lib/rdoc-f95/markup/fragments.rb
Overview
A List is a fragment with some kind of label
Constant Summary collapse
- LIST_TYPES =
[ :BULLET, :NUMBER, :UPPERALPHA, :LOWERALPHA, :LABELED, :NOTE, ]
Constants inherited from Fragment
Instance Attribute Summary
Attributes inherited from Fragment
Method Summary
Methods inherited from Fragment
#add_text, for, #initialize, #to_s, type_name
Constructor Details
This class inherits a constructor from RDocF95::Markup::Fragment