Doc: Drop "Unknown base" spurious regex from config
This regex pattern instructs QDoc to not include the matching warning in its warning count. The warning has changed to a report, however, which won't count towards the warning count in any case, so the regexp isn't needed anymore. Task-number: QTBUG-131459 Task-number: QTBUG-134219 Change-Id: Ic461c63b62bd25fb2d1f3b485c46db55e52e20cf Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit a8dab8590a611ed570d937754a66497bc88d4e49) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit e70fcdfe5b33b16c3b726b7fac7913792c1754dd)
This commit is contained in:
parent
30220d49f5
commit
de60d724d7
@ -7,5 +7,4 @@ macro.relatesto = "\\relates"
|
||||
|
||||
spurious = "Missing comma in .*" \
|
||||
"Missing pattern .*" \
|
||||
"Unable to parse (QML|JavaScript).*" \
|
||||
"Unknown base .*"
|
||||
"Unable to parse (QML|JavaScript).*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user