Comment.parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Comment parse(string text, string[string] macros, bool removeUnknown, string function(string) highlightFn)
    struct Comment
    static
    parse
    (
    string text
    ,
    string[string] macros
    ,,
    string function
    (
    string
    )
    highlightFn
    )
  2. Comment parse(string text, string[string] macros, bool removeUnknown, string delegate(string) highlightFn)

Meta