Method: IsoDoc::WordFunction::Postprocess#authority_cleanup

Defined in:
lib/isodoc/word_function/postprocess.rb

#authority_cleanup(docxml) ⇒ Object



91
92
93
94
95
# File 'lib/isodoc/word_function/postprocess.rb', line 91

def authority_cleanup(docxml)
  %w(copyright license legal feedback).each do |t|
    authority_cleanup1(docxml, t)
  end
end