summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-28 16:33:04 +0200
committerKai Köhne <kai.koehne@qt.io>2022-07-08 09:44:48 +0200
commitd89839c60ed54ac18a5841751bac482561420c22 (patch)
treecbd4265ed7826d617ab544063ec284331f22a690
parenta1aff467adc469caafeb9e4a23fda3ad44ce26b4 (diff)
Doc: Do not advertise Qt module include
People should rather use class includes, like they are advertised in each class documentation. Pick-to: 6.4 Change-Id: I0af530b60ba320fb985cd17cd566ff9f8f7f0d18 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
-rw-r--r--src/serialbus/doc/src/qtserialbus-index.qdoc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/serialbus/doc/src/qtserialbus-index.qdoc b/src/serialbus/doc/src/qtserialbus-index.qdoc
index 05b1e44..fe830ce 100644
--- a/src/serialbus/doc/src/qtserialbus-index.qdoc
+++ b/src/serialbus/doc/src/qtserialbus-index.qdoc
@@ -12,13 +12,6 @@
\section1 Getting Started
- To include the definitions of the module's classes and functions, use the
- following directive:
-
- \code
- #include <QtSerialBus>
- \endcode
-
To use the module with CMake, use the \c{find_package()} command to locate
the needed module components in the \c{Qt6} package:
\include qtserialbus-module-use.qdocinc cmakebuild