ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
ParamSection
ddmd
doc
extern (
C
++) final
class
ParamSection :
Section
{
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.
Inherited Members
From Section
name
const
(
char
)*
name
;
Undocumented in source.
namelen
size_t
namelen
;
Undocumented in source.
_body
const
(
char
)*
_body
;
Undocumented in source.
bodylen
size_t
bodylen
;
Undocumented in source.
nooutput
int
nooutput
;
Undocumented in source.
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.
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