fixed some \sa

This commit is contained in:
Simon Stürz 2014-10-28 22:57:20 +01:00 committed by Michael Zanetti
parent 1ae57928d7
commit c9b5e2816b
9 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@
This class holds the values for configured devices. It is associated with a \{DeviceClass} which This class holds the values for configured devices. It is associated with a \{DeviceClass} which
can be used to get more details about the device. can be used to get more details about the device.
\sa DeviceClass \sa DeviceClass, DeviceDescriptor
*/ */
/*! \fn void Device::stateValueChanged(const QUuid &stateTypeId, const QVariant &value) /*! \fn void Device::stateValueChanged(const QUuid &stateTypeId, const QVariant &value)

View File

@ -28,7 +28,7 @@
The params must match the template as described in \l{EventType}. The params must match the template as described in \l{EventType}.
\sa Device, EventType \sa Device, EventType, EventDescriptor
*/ */
#include "event.h" #include "event.h"

View File

@ -25,7 +25,7 @@
An EventDescriptor describes an \l{Event} in order to match it with a \l{Rule}. An EventDescriptor describes an \l{Event} in order to match it with a \l{Rule}.
\sa Event, Rule \sa Event, EventType, Rule
*/ */
#include "eventdescriptor.h" #include "eventdescriptor.h"

View File

@ -23,7 +23,7 @@
\ingroup types \ingroup types
\inmodule libguh \inmodule libguh
\sa Event \sa Event, EventDescriptor
*/ */
#include "eventtype.h" #include "eventtype.h"

View File

@ -25,7 +25,7 @@
An ParamDescriptor describes a \l{Param} in order to match it with a \l{Rule}. An ParamDescriptor describes a \l{Param} in order to match it with a \l{Rule}.
\sa State, Rule \sa Param, ParamType
*/ */
#include "paramdescriptor.h" #include "paramdescriptor.h"

View File

@ -22,7 +22,7 @@
\ingroup types \ingroup types
\inmodule libguh \inmodule libguh
\sa Device, Param \sa Device, Param, ParamDescriptor
*/ */

View File

@ -26,7 +26,7 @@
States hold the state values for devices. A State is associated to a \l{Device} by States hold the state values for devices. A State is associated to a \l{Device} by
the \l{State::deviceId()} and represents the value of a state described in a \l{StateType} the \l{State::deviceId()} and represents the value of a state described in a \l{StateType}
\sa StateType \sa StateType, StateDescriptor
*/ */
#include "state.h" #include "state.h"

View File

@ -23,7 +23,7 @@
\ingroup types \ingroup types
\inmodule libguh \inmodule libguh
\sa State \sa State, StateDescriptor
*/ */
#include "statetype.h" #include "statetype.h"

View File

@ -23,7 +23,7 @@
\ingroup types \ingroup types
\inmodule libguh \inmodule libguh
\sa Device \sa DevicePlugin
*/ */
#include "vendor.h" #include "vendor.h"