diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/global/compat.qdocconf | 6 | ||||
| -rw-r--r-- | doc/global/config.qdocconf | 3 | ||||
| -rw-r--r-- | doc/global/disabledwarnings.qdocconf | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/doc/global/compat.qdocconf b/doc/global/compat.qdocconf index df3f49c653e..e2c3bce0b4c 100644 --- a/doc/global/compat.qdocconf +++ b/doc/global/compat.qdocconf @@ -1,10 +1,8 @@ +include(disabledwarnings.qdocconf) + 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).*" diff --git a/doc/global/config.qdocconf b/doc/global/config.qdocconf index 0adfe36f516..0baf9a15478 100644 --- a/doc/global/config.qdocconf +++ b/doc/global/config.qdocconf @@ -42,5 +42,8 @@ qhp = true # Disable writing host-specific paths into .index files locationinfo = false +# Automatically mark classes declared in private headers as \internal +internalfilepatterns = *_p.h + # Include the warninglimit used for documentation testing in CI include(warninglimit.qdocconf) diff --git a/doc/global/disabledwarnings.qdocconf b/doc/global/disabledwarnings.qdocconf new file mode 100644 index 00000000000..c0070fca610 --- /dev/null +++ b/doc/global/disabledwarnings.qdocconf @@ -0,0 +1,6 @@ +spurious = \ + "Missing comma in .*" \ + "Missing pattern .*" \ + "Unable to parse (QML|JavaScript).*" \ + "Redundant link to self in .*" + |
