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>
Showing with 4 additions and 4 deletions
...@@ -241,15 +241,15 @@ ...@@ -241,15 +241,15 @@
\section1 \\dontdocument \section1 \\dontdocument
The \\dontdocument command is only used in a dontdocument.qdoc file The \\dontdocument command is only used in a dontdocument.qdoc file
for a particular module. This file specifies publically declared for a particular module. This file specifies publically declared
classes or structs that are not meant to be documented. Then QDoc will classes or structs that are not meant to be documented. QDoc will
not print warnings about missing \class comments for these classes not print warnings about missing \\class comments for these classes
and structs. and structs.
Below you will find the \\dontdocument command in the Below you will find the \\dontdocument command in the
dontdocument.qdoc for widgets: dontdocument.qdoc for widgets:
\code \badcode
/*! /*!
\dontdocument (QTypeInfo QMetaTypeId) \dontdocument (QTypeInfo QMetaTypeId)
*/ */
......
Supports Markdown
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