summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scxml/qscxmlinvokableservice.cpp6
-rw-r--r--src/scxml/qscxmlstatemachine.cpp8
2 files changed, 13 insertions, 1 deletions
diff --git a/src/scxml/qscxmlinvokableservice.cpp b/src/scxml/qscxmlinvokableservice.cpp
index 0665406..8845d51 100644
--- a/src/scxml/qscxmlinvokableservice.cpp
+++ b/src/scxml/qscxmlinvokableservice.cpp
@@ -287,6 +287,12 @@ QScxmlScxmlService::~QScxmlScxmlService()
}
/*!
+ \class QScxmlScxmlService
+ \inmodule QtScxml
+ \internal
+*/
+
+/*!
Creates a SCXML service wrapping \a stateMachine, invoked from
\a parentStateMachine, as a child of \a factory.
*/
diff --git a/src/scxml/qscxmlstatemachine.cpp b/src/scxml/qscxmlstatemachine.cpp
index cb35778..ac8247d 100644
--- a/src/scxml/qscxmlstatemachine.cpp
+++ b/src/scxml/qscxmlstatemachine.cpp
@@ -487,11 +487,17 @@ void QScxmlStateMachinePrivate::submitDelayedEvent(QScxmlEvent *event)
}
/*!
+ \class QScxmlStateMachinePrivate
+ \inmodule QtScxml
+ \internal
+*/
+
+/*!
* Submits an error event to the external event queue of this state machine.
*
* The type of the error is specified by \a type. The value of type has to begin
* with the string \e error. For example \c {error.execution}. The message,
- * \a message, decribes the error and is passed to the event as the
+ * \a message, describes the error and is passed to the event as the
* \c errorMessage property. The \a sendId of the message causing the error is specified, if it has
* one.
*/