ddox v0.16.15 (2020-08-03T21:24:09Z)
Home
Dub
Repo
HTMLTagStream
ddox
ddoc
Undocumented in source.
struct
HTMLTagStream {
this
(string text);
Element
front
[@property getter];
void
popFront
();
bool
empty
[@property getter];
}
Constructors
this
this
(string text)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Element
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ddox
ddoc
classes
DdocComment
enums
DdocRenderOptions
functions
enableHyphenation
filterDdocComment
formatDdocComment
hyphenate
setDefaultDdocMacroFiles
setOverrideDdocMacroFiles
interfaces
DdocContext
structs
HTMLTagStream