summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-30 11:43:13 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-30 12:45:36 +0000
commitb13bce39711610dbf1066697615637df402d51a8 (patch)
tree50551534ad8d1533f1b445d0e6c65bba81435e0c
parentde39c2a7f0c877439c9abb212707803ac6ca1cbc (diff)
Doc: Fix broken links
...to QKnxNetIpServerDiscoveryAgent and QKnxNetIpServerDescriptionAgent Change-Id: I7ae7d90823eaa02be980ef754da607a59a06414f Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--src/knx/netip/qknxnetipdescriptionrequest.cpp4
-rw-r--r--src/knx/netip/qknxnetipdescriptionresponse.cpp4
-rw-r--r--src/knx/netip/qknxnetipsearchrequest.cpp4
-rw-r--r--src/knx/netip/qknxnetipsearchresponse.cpp4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/knx/netip/qknxnetipdescriptionrequest.cpp b/src/knx/netip/qknxnetipdescriptionrequest.cpp
index 0a479a3..99ed769 100644
--- a/src/knx/netip/qknxnetipdescriptionrequest.cpp
+++ b/src/knx/netip/qknxnetipdescriptionrequest.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
control endpoints of the server.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDescriptionAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDescriptionAgent and \l QKnxNetIpServerInfo are provided to
check that the server supports the requested connection type and options.
The following code sample illustrates how to read the description request
@@ -134,7 +134,7 @@ QKnxNetIpDescriptionRequestProxy::Builder QKnxNetIpDescriptionRequestProxy::buil
control endpoints of the server.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDescriptionAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDescriptionAgent and \l QKnxNetIpServerInfo are provided to
check that the server supports the requested connection type and options.
The common way to create a a search response is:
diff --git a/src/knx/netip/qknxnetipdescriptionresponse.cpp b/src/knx/netip/qknxnetipdescriptionresponse.cpp
index b32a816..6ea28d2 100644
--- a/src/knx/netip/qknxnetipdescriptionresponse.cpp
+++ b/src/knx/netip/qknxnetipdescriptionresponse.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
server's KNX connection.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDescriptionAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDescriptionAgent and \l QKnxNetIpServerInfo are provided to
check that the server supports the requested connection type and options.
The following code sample illustrates how to read the description response
@@ -173,7 +173,7 @@ QKnxNetIpDescriptionResponseProxy::Builder QKnxNetIpDescriptionResponseProxy::bu
connection.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDescriptionAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDescriptionAgent and \l QKnxNetIpServerInfo are provided to
check that the server supports the requested connection type and options.
The common way to create a a description response is:
diff --git a/src/knx/netip/qknxnetipsearchrequest.cpp b/src/knx/netip/qknxnetipsearchrequest.cpp
index 2c6e4dc..6ecc8a8 100644
--- a/src/knx/netip/qknxnetipsearchrequest.cpp
+++ b/src/knx/netip/qknxnetipsearchrequest.cpp
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
KNXnet/IP servers that are on a different subnetwork.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
discover KNXnet/IP servers on the network.
The following code sample illustrates how to read the search request
@@ -148,7 +148,7 @@ QKnxNetIpSearchRequestProxy::Builder QKnxNetIpSearchRequestProxy::builder()
subnetwork.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
discover KNXnet/IP servers on the network.
The common way to create a search request is:
diff --git a/src/knx/netip/qknxnetipsearchresponse.cpp b/src/knx/netip/qknxnetipsearchresponse.cpp
index 01116b0..8029a1c 100644
--- a/src/knx/netip/qknxnetipsearchresponse.cpp
+++ b/src/knx/netip/qknxnetipsearchresponse.cpp
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
hardware and the supported service families.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
discover KNXnet/IP servers on the network.
The following code sample illustrates how to read the search response
@@ -166,7 +166,7 @@ QKnxNetIpSearchResponseProxy::Builder QKnxNetIpSearchResponseProxy::builder()
hardware and the supported service families.
In most programs, this class will not be used directly. Instead, the
- \l QKnxNetIpDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
+ \l QKnxNetIpServerDiscoveryAgent and \l QKnxNetIpServerInfo are provided to
discover KNXnet/IP servers on the network.
The common way to create a a search response is: