summaryrefslogtreecommitdiffstats
path: root/src/statemachine/doc/qtstatemachine-module-cpp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/statemachine/doc/qtstatemachine-module-cpp.qdoc')
-rw-r--r--src/statemachine/doc/qtstatemachine-module-cpp.qdoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/statemachine/doc/qtstatemachine-module-cpp.qdoc b/src/statemachine/doc/qtstatemachine-module-cpp.qdoc
new file mode 100644
index 0000000..fc81267
--- /dev/null
+++ b/src/statemachine/doc/qtstatemachine-module-cpp.qdoc
@@ -0,0 +1,16 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \module QtStateMachine
+ \title Qt State Machine C++ Classes
+ \ingroup modules
+ \ingroup technology-apis
+ \qtvariable statemachine
+ \qtcmakepackage StateMachine
+
+ \brief The Qt State Machine module provides classes for creating and executing state graphs.
+
+ The \l {Qt State Machine} page contains information about how to use the module.
+
+*/