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 Pick-to: 6.9 6.8 Change-Id: Ic461c63b62bd25fb2d1f3b485c46db55e52e20cf Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
macro.0 = "\\\\0"
|
|
macro.n = "\\\\n"
|
|
macro.r = "\\\\r"
|
|
macro.img = "\\image"
|
|
macro.endquote = "\\endquotation"
|
|
macro.relatesto = "\\relates"
|
|
|
|
spurious = "Missing comma in .*" \
|
|
"Missing pattern .*" \
|
|
"Unable to parse (QML|JavaScript).*"
|