summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-04-25 14:34:50 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-05-09 19:12:14 +0200
commit1ae30395f3693d37e8b5c145f95f47ebf4fabc0f (patch)
treebe24f2987133834d685e11cb5b857aab5b01cfd1 /doc
parent0e087c9612e94d6a3d823cf0b130a08d96e4c435 (diff)
Doc: Fix syntax in \tab macro example
Pick-to: 6.3 Change-Id: I490ecc3a810b911f9e6b242fc01f5a03800e9bc9 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/htmltabs.qdocconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/global/htmltabs.qdocconf b/doc/global/htmltabs.qdocconf
index 7903cec18a..164c71e9f0 100644
--- a/doc/global/htmltabs.qdocconf
+++ b/doc/global/htmltabs.qdocconf
@@ -18,22 +18,22 @@
# Note that these macros work with the online template only.
#
# Example:
-# \if(onlinedocs)
-# \tab {build-qt-app}{tab-cmake}{CMake}{selected}
+# \if defined(onlinedocs)
+# \tab {build-qt-app}{tab-cmake}{CMake}{checked}
# \tab {build-qt-app}{tab-qmake}{qmake}{}
# \tabcontent {tab-cmake}
# \else
# \section1 Using CMake
# \endif
# CMake-specific instructions go here
-# \if(onlinedocs)
+# \if defined(onlinedocs)
# \endtabcontent
# \tabcontent {tab-qmake}
# \else
# \section1 Using qmake
# \endif
# qmake-specific instructions go here
-# \if(onlinedocs)
+# \if defined(onlinedocs)
# \endtabcontent
# \endif