From 1ae30395f3693d37e8b5c145f95f47ebf4fabc0f Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Mon, 25 Apr 2022 14:34:50 +0200 Subject: Doc: Fix syntax in \tab macro example Pick-to: 6.3 Change-Id: I490ecc3a810b911f9e6b242fc01f5a03800e9bc9 Reviewed-by: Venugopal Shivashankar --- doc/global/htmltabs.qdocconf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/global') 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 -- cgit v1.2.3