summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/doc/qtbluetooth.qdocconf6
-rw-r--r--src/bluetooth/doc/src/bluetooth-cpp.qdoc1
-rw-r--r--src/nfc/doc/qtnfc.qdocconf6
-rw-r--r--src/nfc/doc/src/nfc-cpp.qdoc1
4 files changed, 12 insertions, 2 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf
index 3f748c36..940b7765 100644
--- a/src/bluetooth/doc/qtbluetooth.qdocconf
+++ b/src/bluetooth/doc/qtbluetooth.qdocconf
@@ -36,7 +36,7 @@ qhp.QtBluetooth.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtbluetooth/qtbluetooth.tags
-depends += qtcore
+depends += qtcore qtdoc
headerdirs += .. \
../../imports/bluetooth
@@ -49,3 +49,7 @@ exampledirs += ../../../examples/bluetooth \
imagedirs += images
+
+navigation.landingpage = "Qt Bluetooth"
+navigation.cppclassespage = "Qt Bluetooth C++ Classes"
+navigation.qmltypespage = "Qt Bluetooth QML Types"
diff --git a/src/bluetooth/doc/src/bluetooth-cpp.qdoc b/src/bluetooth/doc/src/bluetooth-cpp.qdoc
index ef4a5c3d..f9ce8495 100644
--- a/src/bluetooth/doc/src/bluetooth-cpp.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-cpp.qdoc
@@ -31,6 +31,7 @@
\title Qt Bluetooth C++ Classes
\brief An API enabling basic Bluetooth operations like scanning for devices
and connecting them.
+\ingroup modules
The \l{Qt Bluetooth} C++ API enables an application to scan for devices and
diff --git a/src/nfc/doc/qtnfc.qdocconf b/src/nfc/doc/qtnfc.qdocconf
index 05f10278..e136ddf7 100644
--- a/src/nfc/doc/qtnfc.qdocconf
+++ b/src/nfc/doc/qtnfc.qdocconf
@@ -36,7 +36,7 @@ qhp.QtNfc.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtnfc/qtnfc.tags
-depends += qtcore
+depends += qtcore qtdoc
headerdirs += .. \
../../imports/nfc
@@ -49,3 +49,7 @@ exampledirs += ../../../examples/nfc \
imagedirs += images
+
+navigation.landingpage = "Qt NFC"
+navigation.cppclassespage = "Qt NFC C++ Classes"
+navigation.qmltypespage = "Qt NFC QML Types"
diff --git a/src/nfc/doc/src/nfc-cpp.qdoc b/src/nfc/doc/src/nfc-cpp.qdoc
index 430ca182..0321c372 100644
--- a/src/nfc/doc/src/nfc-cpp.qdoc
+++ b/src/nfc/doc/src/nfc-cpp.qdoc
@@ -27,6 +27,7 @@
/*!
\module QtNfc
+\ingroup modules
\title Qt NFC C++ Classes
\brief An API for accessing NFC Forum Tags and communication with NFC Forum Devices.