summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2018-08-10 11:50:47 +0200
committerJannis Völker <jannis.voelker@basyskom.com>2018-08-10 09:59:08 +0000
commit518ffe2c1d10cf2086eaa3cacea64d153f93886b (patch)
treef0712276a2ce58b715fb0188673004a76dd1ee21 /src
parentcdcece03ffe7147c830ce19696969c5748620c3a (diff)
Fix markup in the documentation
Change-Id: I897c8f642b51d130f9146541748da2883b595e5f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/opcua/client/qopcuatype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opcua/client/qopcuatype.cpp b/src/opcua/client/qopcuatype.cpp
index 3de10e1..93ec888 100644
--- a/src/opcua/client/qopcuatype.cpp
+++ b/src/opcua/client/qopcuatype.cpp
@@ -72,7 +72,7 @@ QT_BEGIN_NAMESPACE
This enum contains the reference types specified in OPC-UA part 3, 7.
They are used to filter for a certain reference type in \l QOpcUaNode::browseChildren
- and for the reference type information in \a QOpcUaReferenceDescription.
+ and for the reference type information in \l QOpcUaReferenceDescription.
\value Unspecified Not a valid reference type.
\value References The abstract base type for all references.
@@ -172,7 +172,7 @@ QT_BEGIN_NAMESPACE
/*!
\enum QOpcUa::UaStatusCode
- Enumerates all status codes from https://opcfoundation.org/UA/schemas/1.03/Opc.Ua.StatusCodes.csv
+ Enumerates all status codes from \l {https://opcfoundation.org/UA/schemas/1.03/Opc.Ua.StatusCodes.csv}
\value Good
\value BadUnexpectedError