summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-23 12:22:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commitacc4c28ef7d73e870df78e30178ec43b8b6c39da (patch)
treefe8d07b16e761b7e4355bd4f622e449571ea1afc /src/dbus
parent94b7832e31774e616a26848f374580269d24f5f8 (diff)
Doc: Add \inmodule QtDBus to all QtDBus class doc bodies
Change-Id: I0aa273c355314effd563cfeda74ce7bacbef3db8 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/dbus')
-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