add detection of undocumented enums and their members
This commit is contained in:
parent
fc0eb0b056
commit
f51a689a7d
|
@ -133,7 +133,9 @@ class UndocumentedDeclarationCheck : BaseAnalyzer
|
|||
{
|
||||
}
|
||||
|
||||
mixin V!AnonymousEnumMember;
|
||||
mixin V!ClassDeclaration;
|
||||
mixin V!EnumDeclaration;
|
||||
mixin V!InterfaceDeclaration;
|
||||
mixin V!StructDeclaration;
|
||||
mixin V!UnionDeclaration;
|
||||
|
|
Loading…
Reference in New Issue