Commit ecb442dc authored by Nico Vertriest's avatar Nico Vertriest
Browse files

Doc: Minor corrections qdoc manual


Task-number: QTBUG-78936
Change-Id: I9219581857e83daaae35a717a4d9cdf8f3c4a6aa
Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
parent 303d26c6
No related merge requests found
Showing with 4 additions and 4 deletions
......@@ -241,15 +241,15 @@
\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
for a particular module. This file specifies publically declared
classes or structs that are not meant to be documented. 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
\badcode
/*!
\dontdocument (QTypeInfo QMetaTypeId)
*/
......
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