Method: IsoDoc::XrefGen::Sections#initial_anchor_names

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

#initial_anchor_names(xml) ⇒ Object

NOTE: references processing has moved to Presentation XML



36
37
38
39
40
41
# File 'lib/isodoc/xref/xref_sect_gen.rb', line 36

def initial_anchor_names(xml)
  if @parse_settings.empty? || @parse_settings[:clauses]
    preface_anchor_names(xml)
    main_anchor_names(xml)
  end
end