summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2018-01-26 15:52:13 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2018-02-14 11:36:02 +0000
commit055e7ed9c9a5d20437c2a3ccb595ad2e96da6d1e (patch)
tree53c0c4685607ce83ea57537395260a63e64c78ad
parent780bf42b5d147e2661db640e59272eb181ee7add (diff)
Unify indentation of qdoc comments
Change-Id: I52a04a743530ba8994e9ff9d40417a85112416fa Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--src/opcua/client/qopcuaclient.cpp2
-rw-r--r--src/opcua/client/qopcuanode.cpp2
-rw-r--r--src/opcua/client/qopcuatype.cpp28
3 files changed, 16 insertions, 16 deletions
diff --git a/src/opcua/client/qopcuaclient.cpp b/src/opcua/client/qopcuaclient.cpp
index 50c02f5..0cfe0b0 100644
--- a/src/opcua/client/qopcuaclient.cpp
+++ b/src/opcua/client/qopcuaclient.cpp
@@ -149,7 +149,7 @@ QOpcUaClient::QOpcUaClient(QOpcUaClientImpl *impl, QObject *parent)
/*!
Destroys the \l QOpcUaClient instance.
- */
+*/
QOpcUaClient::~QOpcUaClient()
{
}
diff --git a/src/opcua/client/qopcuanode.cpp b/src/opcua/client/qopcuanode.cpp
index b033949..da50505 100644
--- a/src/opcua/client/qopcuanode.cpp
+++ b/src/opcua/client/qopcuanode.cpp
@@ -268,7 +268,7 @@ bool QOpcUaNode::readAttributes(QOpcUa::NodeAttributes attributes)
The value is only valid after the \l attributeRead signal has been emitted.
An empty QVariant is returned if there is no cached value for the attribute.
- */
+*/
QVariant QOpcUaNode::attribute(QOpcUa::NodeAttribute attribute) const
{
Q_D(const QOpcUaNode);
diff --git a/src/opcua/client/qopcuatype.cpp b/src/opcua/client/qopcuatype.cpp
index 191e82f..e1f4d39 100644
--- a/src/opcua/client/qopcuatype.cpp
+++ b/src/opcua/client/qopcuatype.cpp
@@ -434,13 +434,13 @@ bool QOpcUa::isSuccessStatus(QOpcUa::UaStatusCode statusCode)
*/
/*!
- \class QOpcUa::QQualifiedName
- \inmodule QtOpcUa
- \brief The OPC UA QualifiedName type
+ \class QOpcUa::QQualifiedName
+ \inmodule QtOpcUa
+ \brief The OPC UA QualifiedName type
- This is the QtOpcUa representation for the OPC UA QualifiedName type defined in OPC-UA part 3, 8.3.
- A QualifiedName is a name qualified by a namespace index. The namespace index corresponds to an entry in the server's namespace array.
- QualifiedName is mainly used to represent the BrowseName attribute of a node.
+ This is the QtOpcUa representation for the OPC UA QualifiedName type defined in OPC-UA part 3, 8.3.
+ A QualifiedName is a name qualified by a namespace index. The namespace index corresponds to an entry in the server's namespace array.
+ QualifiedName is mainly used to represent the BrowseName attribute of a node.
*/
/*!
@@ -468,15 +468,15 @@ bool QOpcUa::isSuccessStatus(QOpcUa::UaStatusCode statusCode)
*/
/*!
- \class QOpcUa::QLocalizedText
- \inmodule QtOpcUa
- \brief The OPC UA LocalizedText type
+ \class QOpcUa::QLocalizedText
+ \inmodule QtOpcUa
+ \brief The OPC UA LocalizedText type
- This is the QtOpcUa representation for the OPC UA LocalizedText type defined in OPC-UA part 3, 8.5.
- A LocalizedText value contains a text string with associated locale information in a second string (e. g. "en" or "en-US").
- The format of the locale information string is <language>[-<country/region>]. Language is usually given as ISO 639 two letter code,
- country/region as ISO 3166 two letter code. Custom codes are also allowed (see OPC-UA part 3, 8.4).
- It can be used to provide multiple text strings in different languages for a value using an array of LocalizedText elements.
+ This is the QtOpcUa representation for the OPC UA LocalizedText type defined in OPC-UA part 3, 8.5.
+ A LocalizedText value contains a text string with associated locale information in a second string (e. g. "en" or "en-US").
+ The format of the locale information string is <language>[-<country/region>]. Language is usually given as ISO 639 two letter code,
+ country/region as ISO 3166 two letter code. Custom codes are also allowed (see OPC-UA part 3, 8.4).
+ It can be used to provide multiple text strings in different languages for a value using an array of LocalizedText elements.
*/
/*!