diff options
| author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2022-04-01 18:21:22 +0200 |
|---|---|---|
| committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2022-04-05 10:30:00 +0200 |
| commit | 98a94cd6da08e03cda5f6eee5f4b3f0fc1f48833 (patch) | |
| tree | 19c0a8264cdce8aab1e5e64df5d4bc8158f40984 /src/corelib/io/qbuffer.cpp | |
| parent | 27efadec226cabd14f417c9f44f86557ea88ec4c (diff) | |
Doc: Add qdoc macro for tabbed content
The macro enables tabbed content in the online style
only. It's usage must be gaurded with a conditional
block as shown in the following example to handle
the offline style usecase:
\if(onlinedocs)
\tab {build-qt-app}{tab-cmake}{CMake}{selected}
\tab {build-qt-app}{tab-qmake}{qmake}{}
\tabcontent {tab-cmake}
\else
\section1 Using CMake
\endif
CMake-specific instructions go here
\if(onlinedocs)
\endtabcontent
\tabcontent {tab-qmake}
\else
\section1 Using qmake
\endif
qmake-specific instructions go here
\if(onlinedocs)
\endtabcontent
\endif
Pick-to: 6.2 6.3
Change-Id: I02d50c057280a9ffea913642284e67ddcda7aa94
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/io/qbuffer.cpp')
0 files changed, 0 insertions, 0 deletions
