Method: IsoDoc::XrefGen::Blocks#sequential_permission_body
- Defined in:
- lib/isodoc/xref/xref_gen_seq.rb
#sequential_permission_body(id, elem, label, klass, model, container: false) ⇒ Object
120 121 122 123 124 125 126 127 128 129 |
# File 'lib/isodoc/xref/xref_gen_seq.rb', line 120 def (id, elem, label, klass, model, container: false) @anchors[elem["id"]] = model.postprocess_anchor_struct( elem, anchor_struct(id, elem, label, klass, elem["unnumbered"]) ) model.(elem, id, label, klass).each do |n| @anchors[n[:id]] = anchor_struct(n[:number], n[:elem], n[:label], n[:klass], false) end end |