Commit 53c644e9 authored by Qt Forward Merge Bot's avatar Qt Forward Merge Bot
Browse files

Merge remote-tracking branch 'origin/5.13' into 5.14

Change-Id: Ic309dd67a41f98e020a0b6e432c692188a6b1183
parents 8107d604 303d26c6
Branches
Tags
No related merge requests found
Showing with 18 additions and 0 deletions
...@@ -237,6 +237,24 @@ ...@@ -237,6 +237,24 @@
See how QDoc renders this property on the reference page for the See how QDoc renders this property on the reference page for the
\l {State::changes}{State} type. \l {State::changes}{State} type.
\target dontdocument-command
\section1 \\dontdocument
The \\dontdocument command is only used in a dontdocument.qdoc file
for a particular module. This file specifies publically declared
classes or structs that are not meant to be documented. Then QDoc will
not print warnings about missing \class comments for these classes
and structs.
Below you will find the \\dontdocument command in the
dontdocument.qdoc for widgets:
\code
/*!
\dontdocument (QTypeInfo QMetaTypeId)
*/
\endcode
\target obsolete-command \target obsolete-command
\section1 \\obsolete \section1 \\obsolete
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment