From c9b5e2816b0730b9fd88c15b4739b00f54f8ec03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 28 Oct 2014 22:57:20 +0100 Subject: [PATCH] fixed some \sa --- libguh/plugin/device.cpp | 2 +- libguh/types/event.cpp | 2 +- libguh/types/eventdescriptor.cpp | 2 +- libguh/types/eventtype.cpp | 2 +- libguh/types/paramdescriptor.cpp | 2 +- libguh/types/paramtype.cpp | 2 +- libguh/types/state.cpp | 2 +- libguh/types/statetype.cpp | 2 +- libguh/types/vendor.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libguh/plugin/device.cpp b/libguh/plugin/device.cpp index 2e4f2188..1e84bd24 100644 --- a/libguh/plugin/device.cpp +++ b/libguh/plugin/device.cpp @@ -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) diff --git a/libguh/types/event.cpp b/libguh/types/event.cpp index aa3b852a..f7251fc4 100644 --- a/libguh/types/event.cpp +++ b/libguh/types/event.cpp @@ -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" diff --git a/libguh/types/eventdescriptor.cpp b/libguh/types/eventdescriptor.cpp index ffe6698b..ad339bf0 100644 --- a/libguh/types/eventdescriptor.cpp +++ b/libguh/types/eventdescriptor.cpp @@ -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" diff --git a/libguh/types/eventtype.cpp b/libguh/types/eventtype.cpp index 6116f1c3..8e3c4072 100644 --- a/libguh/types/eventtype.cpp +++ b/libguh/types/eventtype.cpp @@ -23,7 +23,7 @@ \ingroup types \inmodule libguh - \sa Event + \sa Event, EventDescriptor */ #include "eventtype.h" diff --git a/libguh/types/paramdescriptor.cpp b/libguh/types/paramdescriptor.cpp index 7e5a599d..269ecc35 100644 --- a/libguh/types/paramdescriptor.cpp +++ b/libguh/types/paramdescriptor.cpp @@ -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" diff --git a/libguh/types/paramtype.cpp b/libguh/types/paramtype.cpp index b5f8f33b..5131c8f5 100644 --- a/libguh/types/paramtype.cpp +++ b/libguh/types/paramtype.cpp @@ -22,7 +22,7 @@ \ingroup types \inmodule libguh - \sa Device, Param + \sa Device, Param, ParamDescriptor */ diff --git a/libguh/types/state.cpp b/libguh/types/state.cpp index 17f93909..eb54d76d 100644 --- a/libguh/types/state.cpp +++ b/libguh/types/state.cpp @@ -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" diff --git a/libguh/types/statetype.cpp b/libguh/types/statetype.cpp index 948da9d7..c66656ef 100644 --- a/libguh/types/statetype.cpp +++ b/libguh/types/statetype.cpp @@ -23,7 +23,7 @@ \ingroup types \inmodule libguh - \sa State + \sa State, StateDescriptor */ #include "statetype.h" diff --git a/libguh/types/vendor.cpp b/libguh/types/vendor.cpp index 573330eb..0e84f210 100644 --- a/libguh/types/vendor.cpp +++ b/libguh/types/vendor.cpp @@ -23,7 +23,7 @@ \ingroup types \inmodule libguh - \sa Device + \sa DevicePlugin */ #include "vendor.h"