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.
|
||||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user