Class: RDocF95::Markup::ListStart

Inherits:
ListBase show all
Defined in:
lib/rdoc-f95/markup/fragments.rb

Constant Summary

Constants inherited from ListBase

RDocF95::Markup::ListBase::LIST_TYPES

Constants inherited from Fragment

Fragment::TYPE_MAP

Instance Attribute Summary

Attributes inherited from Fragment

#level, #param, #txt, #type

Instance Method Summary collapse

Methods inherited from Fragment

#add_text, for, #to_s, type_name

Constructor Details

#initialize(level, param, type) ⇒ ListStart

Returns a new instance of ListStart.



99
100
101
# File 'lib/rdoc-f95/markup/fragments.rb', line 99

def initialize(level, param, type)
  super(level, param, type, nil)
end