ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
Section
ddmd
doc
extern (
C
++)
class
Section {
const
(
char
)*
name
;
size_t
namelen
;
const
(
char
)*
_body
;
size_t
bodylen
;
int
nooutput
;
void
write
(Loc loc, DocComment* dc, Scope* sc, Dsymbols* a, OutBuffer* buf);
}
Members
Functions
write
void
write
(Loc loc, DocComment* dc, Scope* sc, Dsymbols* a, OutBuffer* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_body
const
(
char
)*
_body
;
Undocumented in source.
bodylen
size_t
bodylen
;
Undocumented in source.
name
const
(
char
)*
name
;
Undocumented in source.
namelen
size_t
namelen
;
Undocumented in source.
nooutput
int
nooutput
;
Undocumented in source.
Meta
Source
See Implementation
ddmd
doc
aliases
Sections
classes
MacroSection
ParamSection
Section
functions
cmp
emitComment
emitMemberComments
emitProtection
escapeDdocString
escapeStrayParenthesis
gendocfile
highlightCode
highlightCode2
highlightCode3
highlightText
icmp
isCVariadicArg
isCVariadicParameter
isDitto
isFunctionParameter
isIdStart
isIdTail
isIdentifier
isIndentWS
isKeyword
isReservedName
isTemplateParameter
isTypeFunction
skippastURL
skippastident
skiptoident
skipwhitespace
toDocBuffer
utfStride
static functions
emitAnchor
emitAnchorName
expandTemplateMixinComments
getCodeIndent
getEponymousMember
getEponymousParent
skipNonQualScopes
static variables
ddoc_decl_dd_e
ddoc_decl_dd_s
ddoc_decl_e
ddoc_decl_s
ddoc_default
structs
DocComment
Escape