summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-22 09:47:35 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-22 10:13:41 +0000
commitdac3de949050d85a5bbfdf78e61c3e87789411e9 (patch)
tree49bb35df10f30b5170547db8a96ed7a5e9b17feb /src
parentbabefa4ef71618e357521c8260b0714c5a0f1d2f (diff)
Doc: Document anonymous enums in QScxmlExecutableContent
To fix QDoc warnings. Change-Id: I117471c55caab3030212aea763b5a9c19f492a0c Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/scxml/qscxmlexecutablecontent.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/scxml/qscxmlexecutablecontent.cpp b/src/scxml/qscxmlexecutablecontent.cpp
index 26c8ab2..ea5f528 100644
--- a/src/scxml/qscxmlexecutablecontent.cpp
+++ b/src/scxml/qscxmlexecutablecontent.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtScxml module of the Qt Toolkit.
@@ -83,6 +83,22 @@ using namespace QScxmlExecutableContent;
*/
/*!
+ \enum QScxmlExecutableContent::anonymous
+ \since 5.8
+
+ This enum type holds the invalid values for type definitions.
+
+ \value NoContainer
+ \l ContainerId is unknown.
+ \value NoEvaluator
+ \l EvaluatorId is unknown.
+ \value NoInstruction
+ \l InstructionId is unknown.
+ \value NoString
+ \l StringId is unknown.
+*/
+
+/*!
\class QScxmlExecutableContent::EvaluatorInfo
\brief The EvaluatorInfo class represents a unit of executable content.
\since 5.8