Doc: Add \inmodule QtDBus to all QtDBus class doc bodies

Change-Id: I0aa273c355314effd563cfeda74ce7bacbef3db8
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Thiago Macieira 2012-08-23 12:22:38 +02:00 committed by Qt by Nokia
parent 94b7832e31
commit acc4c28ef7
2 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusIntrospection \class QDBusIntrospection
\inmodule QtDBus
\brief Information about introspected objects and interfaces on D-Bus. \brief Information about introspected objects and interfaces on D-Bus.
\internal \internal
@ -60,6 +61,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusIntrospection::Argument \class QDBusIntrospection::Argument
\inmodule QtDBus
\brief One argument to a D-Bus method or signal. \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 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 \class QDBusIntrospection::Method
\inmodule QtDBus
\brief Information about one method. \brief Information about one method.
This struct represents one method discovered through introspection. A method is composed of This struct represents one method discovered through introspection. A method is composed of
@ -118,6 +121,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusIntrospection::Signal \class QDBusIntrospection::Signal
\inmodule QtDBus
\brief Information about one signal. \brief Information about one signal.
This struct represents one signal discovered through introspection. A signal is composed of This struct represents one signal discovered through introspection. A signal is composed of
@ -147,6 +151,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusIntrospection::Property \class QDBusIntrospection::Property
\inmodule QtDBus
\brief Information about one property. \brief Information about one property.
This struct represents one property discovered through introspection. A property is composed of This struct represents one property discovered through introspection. A property is composed of
@ -189,6 +194,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\class QDBusIntrospection::Interface \class QDBusIntrospection::Interface
\inmodule QtDBus
\brief Information about one interface on the bus. \brief Information about one interface on the bus.
Each interface on D-Bus has an unique \a name, identifying where that interface was defined. 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 \class QDBusIntrospection::Object
\inmodule QtDBus
\brief Information about one object on the bus. \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 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 \class QDBusIntrospection::ObjectTree
\inmodule QtDBus
\brief Complete information about one object node and its descendency. \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 This struct contains the same data as QDBusIntrospection::Object, plus the actual data for the

View File

@ -159,6 +159,7 @@ Q_GLOBAL_STATIC(QReadWriteLock, customTypesLock)
/*! /*!
\class QDBusMetaType \class QDBusMetaType
\inmodule QtDBus
\brief Meta-type registration system for the QtDBus module. \brief Meta-type registration system for the QtDBus module.
\internal \internal