Disable undocumented symbol check inside of templates due to large number of false positives
This commit is contained in:
parent
3ad19c8e10
commit
ec4ba5f91f
|
@ -120,7 +120,8 @@ private:
|
|||
addMessage(declaration.line, declaration.column, null);
|
||||
}
|
||||
}
|
||||
declaration.accept(this);
|
||||
static if (!is (T == TemplateDeclaration))
|
||||
declaration.accept(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue