Add templated docs to acceptable missing docs

This commit is contained in:
Nyall Dawson 2017-04-11 14:59:48 +10:00
parent c460f07d92
commit 7949c81c3d

View File

@ -676,6 +676,7 @@ ACCEPTABLE_MISSING_DOCS = {
"QgsCompoundCurve": ["QgsCompoundCurve(const QgsCompoundCurve &curve)"],
"QgisPlugin": ["QgisPlugin(QString const &name=\"\", QString const &description=\"\", QString const &category=\"\", QString const &version=\"\", PLUGINTYPE const &type=MAPLAYER)", "name()"],
"QgsFields": ["FieldOrigin", "None"],
"QgsRange": ["contains(QDate element) const", "overlaps(const QgsRange< QDate > &other) const", "contains(const QgsRange< QDate > &other) const"],
"QgsGlowEffect": ["QgsGlowEffect(const QgsGlowEffect &other)"],
"Node": ["Node(const Node &n)"],
"QgsSymbolLevelItem": ["layer()", "QgsSymbolLevelItem(QgsSymbol *symbol, int layer)", "symbol()"],