libddoc ~master (2021-05-20T19:30:48Z)
Home
Dub
Repo
Comment
ddoc
types
Undocumented in source.
struct
Comment {
bool
isDitto
();
Section
[]
sections
;
static
Comment
parseUnexpanded
(string text);
static
Comment
parse
(string text, string[string] macros, bool removeUnknown, string function(string) highlightFn);
static
Comment
parse
(string text, string[string] macros, bool removeUnknown, string delegate(string) highlightFn);
}
Members
Functions
isDitto
bool
isDitto
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Comment
parse
(string text, string[string] macros, bool removeUnknown, string function(string) highlightFn)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Comment
parse
(string text, string[string] macros, bool removeUnknown, string delegate(string) highlightFn)
Undocumented in source.
parseUnexpanded
Comment
parseUnexpanded
(string text)
Creates a Comment object without expanding the sections.
Variables
sections
Section
[]
sections
;
Undocumented in source.
Meta
Source
See Implementation
ddoc
types
structs
Comment