Method: IsoDoc::Function::Lists#dl_parse_notes
- Defined in:
 - lib/isodoc/function/lists.rb
 
#dl_parse_notes(node, out) ⇒ Object
      108 109 110 111  | 
    
      # File 'lib/isodoc/function/lists.rb', line 108 def dl_parse_notes(node, out) node.elements.reject { |n| dt_dd?(n) || n.name == "fmt-name" } .each { |n| parse(n, out) } end  |