summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbus/qdbusintrospection.cpp8
-rw-r--r--src/dbus/qdbusmetatype.cpp1
2 files changed, 9 insertions, 0 deletions
diff --git a/src/dbus/qdbusintrospection.cpp b/src/dbus/qdbusintrospection.cpp
index 88e44a5af3..38f8cb337c 100644
--- a/src/dbus/qdbusintrospection.cpp
+++ b/src/dbus/qdbusintrospection.cpp
@@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection
+ \inmodule QtDBus
\brief Information about introspected objects and interfaces on D-Bus.
\internal
@@ -60,6 +61,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Argument
+ \inmodule QtDBus
\brief One argument to a D-Bus method or signal.
This struct represents one argument passed to a method or received from a method or signal in
@@ -83,6 +85,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Method
+ \inmodule QtDBus
\brief Information about one method.
This struct represents one method discovered through introspection. A method is composed of
@@ -118,6 +121,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Signal
+ \inmodule QtDBus
\brief Information about one signal.
This struct represents one signal discovered through introspection. A signal is composed of
@@ -147,6 +151,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Property
+ \inmodule QtDBus
\brief Information about one property.
This struct represents one property discovered through introspection. A property is composed of
@@ -189,6 +194,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Interface
+ \inmodule QtDBus
\brief Information about one interface on the bus.
Each interface on D-Bus has an unique \a name, identifying where that interface was defined.
@@ -243,6 +249,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Object
+ \inmodule QtDBus
\brief Information about one object on the bus.
An object on the D-Bus bus is represented by its service and path on the service but, unlike
@@ -289,6 +296,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::ObjectTree
+ \inmodule QtDBus
\brief Complete information about one object node and its descendency.
This struct contains the same data as QDBusIntrospection::Object, plus the actual data for the
diff --git a/src/dbus/qdbusmetatype.cpp b/src/dbus/qdbusmetatype.cpp
index 835fa4fa43..f4df99377f 100644
--- a/src/dbus/qdbusmetatype.cpp
+++ b/src/dbus/qdbusmetatype.cpp
@@ -159,6 +159,7 @@ Q_GLOBAL_STATIC(QReadWriteLock, customTypesLock)
/*!
\class QDBusMetaType
+ \inmodule QtDBus
\brief Meta-type registration system for the QtDBus module.
\internal