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
|
||||
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)
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
The params must match the template as described in \l{EventType}.
|
||||
|
||||
\sa Device, EventType
|
||||
\sa Device, EventType, EventDescriptor
|
||||
*/
|
||||
|
||||
#include "event.h"
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
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"
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
\ingroup types
|
||||
\inmodule libguh
|
||||
|
||||
\sa Event
|
||||
\sa Event, EventDescriptor
|
||||
*/
|
||||
|
||||
#include "eventtype.h"
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
An ParamDescriptor describes a \l{Param} in order to match it with a \l{Rule}.
|
||||
|
||||
\sa State, Rule
|
||||
\sa Param, ParamType
|
||||
*/
|
||||
|
||||
#include "paramdescriptor.h"
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
\ingroup types
|
||||
\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
|
||||
the \l{State::deviceId()} and represents the value of a state described in a \l{StateType}
|
||||
|
||||
\sa StateType
|
||||
\sa StateType, StateDescriptor
|
||||
*/
|
||||
|
||||
#include "state.h"
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
\ingroup types
|
||||
\inmodule libguh
|
||||
|
||||
\sa State
|
||||
\sa State, StateDescriptor
|
||||
*/
|
||||
|
||||
#include "statetype.h"
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
\ingroup types
|
||||
\inmodule libguh
|
||||
|
||||
\sa Device
|
||||
\sa DevicePlugin
|
||||
*/
|
||||
|
||||
#include "vendor.h"
|
||||
|
||||
Reference in New Issue
Block a user