mysql-native ~mariadb_10.2 (2022-05-05T10:09:44.5259706)
Dub
Repo
DocGroup
ddox
entities
Undocumented in source.
final
class
DocGroup {
Entity
[]
members
;
CachedString
text
;
DdocComment
comment
;
this
(Entity entity, string text);
this
(Entity entity, string text, DdocComment comment);
}
Constructors
this
this
(Entity entity, string text)
Undocumented in source.
this
this
(Entity entity, string text, DdocComment comment)
Undocumented in source.
Members
Variables
comment
DdocComment
comment
;
Undocumented in source.
members
Entity
[]
members
;
Undocumented in source.
text
CachedString
text
;
Undocumented in source.
Meta
Source
See Implementation
ddox
entities
classes
AliasDeclaration
ClassDeclaration
CompositeTypeDeclaration
Declaration
DocGroup
Entity
EnumDeclaration
EnumMemberDeclaration
FunctionDeclaration
InterfaceDeclaration
Module
Package
StructDeclaration
TemplateDeclaration
TemplateParameterDeclaration
TypedDeclaration
UnionDeclaration
Value
VariableDeclaration
enums
DeclarationKind
Protection
TypeKind
structs
CachedString
CachedType
Type