Doc: Fix syntax in \tab macro example
Pick-to: 6.3 Change-Id: I490ecc3a810b911f9e6b242fc01f5a03800e9bc9 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
parent
0e087c9612
commit
1ae30395f3
@ -18,22 +18,22 @@
|
|||||||
# Note that these macros work with the online template only.
|
# Note that these macros work with the online template only.
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# \if(onlinedocs)
|
# \if defined(onlinedocs)
|
||||||
# \tab {build-qt-app}{tab-cmake}{CMake}{selected}
|
# \tab {build-qt-app}{tab-cmake}{CMake}{checked}
|
||||||
# \tab {build-qt-app}{tab-qmake}{qmake}{}
|
# \tab {build-qt-app}{tab-qmake}{qmake}{}
|
||||||
# \tabcontent {tab-cmake}
|
# \tabcontent {tab-cmake}
|
||||||
# \else
|
# \else
|
||||||
# \section1 Using CMake
|
# \section1 Using CMake
|
||||||
# \endif
|
# \endif
|
||||||
# CMake-specific instructions go here
|
# CMake-specific instructions go here
|
||||||
# \if(onlinedocs)
|
# \if defined(onlinedocs)
|
||||||
# \endtabcontent
|
# \endtabcontent
|
||||||
# \tabcontent {tab-qmake}
|
# \tabcontent {tab-qmake}
|
||||||
# \else
|
# \else
|
||||||
# \section1 Using qmake
|
# \section1 Using qmake
|
||||||
# \endif
|
# \endif
|
||||||
# qmake-specific instructions go here
|
# qmake-specific instructions go here
|
||||||
# \if(onlinedocs)
|
# \if defined(onlinedocs)
|
||||||
# \endtabcontent
|
# \endtabcontent
|
||||||
# \endif
|
# \endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user