summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-12-28 13:48:34 +0100
committerKai Köhne <kai.koehne@qt.io>2024-01-08 16:22:56 +0100
commitaae92df4860596924d980a9a620ac76a6c692d48 (patch)
tree62aa2256923968fb57f633848d3709d36176043b
parent8bafdd2ce2c16b73139832f9ef766d87ac019640 (diff)
Doc: Improve QOpcUaDiagnosticInfo description
Start \brief with 'The XYZ class', as recommended in https://doc.qt.io/qt-6/11-qdoc-commands-specialcontent.html Linkify qint32. Pick-to: 6.7 Change-Id: I620c7391a124f14cb53fe936387b2ddd962adefe Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--src/opcua/client/qopcuadiagnosticinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opcua/client/qopcuadiagnosticinfo.cpp b/src/opcua/client/qopcuadiagnosticinfo.cpp
index 27ecaee..08e0f8e 100644
--- a/src/opcua/client/qopcuadiagnosticinfo.cpp
+++ b/src/opcua/client/qopcuadiagnosticinfo.cpp
@@ -10,10 +10,10 @@ QT_BEGIN_NAMESPACE
\inmodule QtOpcUa
\since 6.7
- \brief This class models the OPC UA built-in type DiagnosticInfo.
+ \brief The QOpcUaDiagnosticInfo class models the OPC UA built-in type DiagnosticInfo.
The DiagnosticInfo type is used to convey diagnostics for some operations
- on the server. The qint32 type members refer to an index in the stringTable
+ on the server. The \l qint32 type members refer to an index in the stringTable
field of the OPC UA response header which is currently not supported by
Qt OPC UA.
*/