summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global')
-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