Class: RDocF95::Markup::ListEnd

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, type) ⇒ ListEnd

Returns a new instance of ListEnd.



105
106
107
# File 'lib/rdoc-f95/markup/fragments.rb', line 105

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