From b129959069d1029f011e1c9797651add9052413e Mon Sep 17 00:00:00 2001
From: Paul Wicking <paul.wicking@qt.io>
Date: Wed, 9 Oct 2019 14:55:19 +0200
Subject: [PATCH] Fix code snippet in qdoc manual

Change-Id: Id62ceaac5a34b165026ee81fa504dedaa0ecb1bd
Reviewed-by: Martin Smith <martin.smith@qt.io>
---
 src/qdoc/doc/qdoc-manual-contextcmds.qdoc | 4 ++--
 1 file 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
-- 
GitLab