Method: Asciidoctor::PDF::IndexCatalog#next_anchor_name

Defined in:
lib/asciidoctor/pdf/index_catalog.rb

#next_anchor_nameObject



22
23
24
# File 'lib/asciidoctor/pdf/index_catalog.rb', line 22

def next_anchor_name
  %(__indexterm-#{@sequence += 1})
end