Method: IsoDoc::XrefGen::Blocks#example_anchor_names1

Defined in:
lib/isodoc/xref/xref_gen.rb

#example_anchor_names1(notes, counter) ⇒ Object



113
114
115
116
117
118
119
# File 'lib/isodoc/xref/xref_gen.rb', line 113

def example_anchor_names1(notes, counter)
  notes.noblank.each do |n|
    @anchors[n["id"]] ||=
      anchor_struct(increment_label(notes, n, counter), n,
                    @labels["example_xref"], "example", n["unnumbered"])
  end
end