MarkdownT.issue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void issue(const(Descriptor) descriptor, string fmt, string comment_fmt)
    struct MarkdownT(Stream)
    void
    issue
    (
    Descriptor
    )
    (
    const(Descriptor) descriptor
    ,
    string fmt
    ,
    string comment_fmt = null
    )
    if (
    isDescriptor!Descriptor
    )
  2. void issue(const(I) info, string fmt)
  3. void issue(const(Group) group, string fmt)
  4. void issue(const(ScenarioGroup) scenario_group)
  5. void issue(const(FeatureGroup) feature_group)

Meta