summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-10-09 14:55:19 +0200
committerPaul Wicking <paul.wicking@qt.io>2019-10-10 06:37:36 +0200
commitb129959069d1029f011e1c9797651add9052413e (patch)
tree5ff7ab3b62cea704c4d055f09c773c332bf02eef
parent01ce781737c7dba94bc46b0323a7ae3c42361114 (diff)
downloadqttools-b129959069d1029f011e1c9797651add9052413e.tar.gz
Fix code snippet in qdoc manual
Change-Id: Id62ceaac5a34b165026ee81fa504dedaa0ecb1bd Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-contextcmds.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/doc/qdoc-manual-contextcmds.qdoc b/src/qdoc/doc/qdoc-manual-contextcmds.qdoc
index 92918ac51..2c42493e8 100644
--- a/src/qdoc/doc/qdoc-manual-contextcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-contextcmds.qdoc
@@ -250,9 +250,9 @@
dontdocument.qdoc for widgets:
\badcode
- /*!
+ / *!
\dontdocument (QTypeInfo QMetaTypeId)
- */
+ * /
\endcode
\target obsolete-command