summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmltabledata.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-12-01 11:19:19 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-02 09:52:30 +0000
commit249b698b3963a0207aafc2cf65ce2dd9e5835676 (patch)
treea0bdf7f715736f87894de8b1db8194f19f3ae195 /src/scxml/qscxmltabledata.cpp
parent15942fe84483ff6aabf1008f3edc153b9ff31b4d (diff)
Doc: Edit the docs for grammar and style
Fix an external link and add \brief commands for properties. Change-Id: I84477f0cfddb27bbb4d807f8f1b000601af245c9 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/scxml/qscxmltabledata.cpp')
-rw-r--r--src/scxml/qscxmltabledata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scxml/qscxmltabledata.cpp b/src/scxml/qscxmltabledata.cpp
index fc2bbb7..0c2db00 100644
--- a/src/scxml/qscxmltabledata.cpp
+++ b/src/scxml/qscxmltabledata.cpp
@@ -82,7 +82,7 @@ QT_USE_NAMESPACE
/*!
\fn QScxmlTableData::dataNames(int *count) const
- Retrieves the string IDs for names of data items in the data model. The
+ Retrieves the string IDs for the names of data items in the data model. The
number of strings is saved into \a count and a pointer to an array of
string IDs is returned.
@@ -969,7 +969,7 @@ private:
/*!
\fn QScxmlTableData::~QScxmlTableData()
- Destroys a QScxmlTableData.
+ Destroys the SXCML table data.
*/
QScxmlTableData::~QScxmlTableData()
{}