fixed some \sa
This commit is contained in:
parent
1ae57928d7
commit
c9b5e2816b
@ -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)
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
\ingroup types
|
\ingroup types
|
||||||
\inmodule libguh
|
\inmodule libguh
|
||||||
|
|
||||||
\sa Event
|
\sa Event, EventDescriptor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "eventtype.h"
|
#include "eventtype.h"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
\ingroup types
|
\ingroup types
|
||||||
\inmodule libguh
|
\inmodule libguh
|
||||||
|
|
||||||
\sa Device, Param
|
\sa Device, Param, ParamDescriptor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
\ingroup types
|
\ingroup types
|
||||||
\inmodule libguh
|
\inmodule libguh
|
||||||
|
|
||||||
\sa State
|
\sa State, StateDescriptor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "statetype.h"
|
#include "statetype.h"
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
\ingroup types
|
\ingroup types
|
||||||
\inmodule libguh
|
\inmodule libguh
|
||||||
|
|
||||||
\sa Device
|
\sa DevicePlugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vendor.h"
|
#include "vendor.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user