dmdtags.generate

Undocumented in source.

Members

Aliases

TaggableSymbols
alias TaggableSymbols = AliasSeq!(AliasDeclaration, VarDeclaration, FuncDeclaration, EnumMember, VersionSymbol, StructDeclaration, ClassDeclaration, EnumDeclaration, TemplateDeclaration, Nspace, Module)
Undocumented in source.

Classes

SymbolTagger
class SymbolTagger
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

putTag
void putTag(Appender!(Span!(const(char))) sink, Dsymbol sym, bool isPrivate)
Undocumented in source. Be warned that the author may not have intended to support it.
putTag
void putTag(Appender!(Span!(const(char))) sink, Module m, bool isPrivate)
Undocumented in source. Be warned that the author may not have intended to support it.
tagKind
Kind tagKind(Dsymbol sym)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta