diff options
author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2021-11-10 13:31:28 +0100 |
---|---|---|
committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2021-11-11 11:34:49 +0100 |
commit | f9e6ee655f463e7175e3bf07cdac0946e8141cb3 (patch) | |
tree | e4a1c0e0f9a0b8896fa47991ee48772990e6af28 /qmake | |
parent | f6d210a0d32ce9e81a160bfb893342cb0a521f54 (diff) | |
download | qtbase-f9e6ee655f463e7175e3bf07cdac0946e8141cb3.tar.gz |
Doc: Fix qdoc warnings
In addition, added the missing warninglimit
entry to a few doc configs.
Change-Id: I51b9d2ad66123a2a9673a3b42870662641375e6b
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/doc/qmake.qdocconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/doc/qmake.qdocconf b/qmake/doc/qmake.qdocconf index 77775674f4..2cf74d5551 100644 --- a/qmake/doc/qmake.qdocconf +++ b/qmake/doc/qmake.qdocconf @@ -62,3 +62,6 @@ depends += \ qtxmlpatterns navigation.landingpage = "qmake Manual" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 |