Document.add

Adds a term to a section matching the specified title (ANSI is stripped for matching).

  1. Document add(Section section)
  2. Document add(string title, string body, Term[] terms)
  3. Document add(string section, Term term)
  4. Document add(string section, string term, string definition)
    class Document
    @safe
    add
    (
    string section
    ,
    string term
    ,
    string definition
    )