From ed42ab0f6e5b82d06dfc1d6940f6d5515a9ac9ff Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 17 Nov 2015 12:57:28 +0100 Subject: Add a short description to the examples overview doc. Change-Id: I036bc1e6e73427a7678b14dbaf51169be0471f92 Reviewed-by: Erik Verbruggen --- examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc | 3 ++- examples/invoke-static/doc/src/invoke-static.qdoc | 3 ++- .../doc/src/mediaplayer-qml-cppdatamodel.qdoc | 2 +- examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc | 2 +- examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc | 2 +- .../doc/src/mediaplayer-widgets-dynamic.qdoc | 2 +- .../mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc | 2 +- .../trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc | 2 +- examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc | 2 +- .../doc/src/trafficlight-widgets-dynamic.qdoc | 2 +- .../doc/src/trafficlight-widgets-static.qdoc | 2 +- 11 files changed, 13 insertions(+), 11 deletions(-) (limited to 'examples') diff --git a/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc b/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc index ba813aa..280520d 100644 --- a/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc +++ b/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc @@ -21,5 +21,6 @@ \title Qt SCXML: Invoke Example (Dynamic) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates the use of and the use of the generated/created + nested state-machines, where the SCXML file dynamically loaded. */ diff --git a/examples/invoke-static/doc/src/invoke-static.qdoc b/examples/invoke-static/doc/src/invoke-static.qdoc index 8d4705f..d225fe2 100644 --- a/examples/invoke-static/doc/src/invoke-static.qdoc +++ b/examples/invoke-static/doc/src/invoke-static.qdoc @@ -21,5 +21,6 @@ \title Qt SCXML: Invoke Example (Static) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates the use of and the use of the generated/created + nested state-machines, where the SCXML file is compiled to C++ first. */ diff --git a/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc b/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc index 16e2238..2907bc5 100644 --- a/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc +++ b/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Media Player QML Example (C++ Data Model) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates how to send/receive data to/from a C++ data-model. */ diff --git a/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc b/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc index 4acde84..1f8ef50 100644 --- a/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc +++ b/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Media Player QML Example (Dynamic) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates how to send/receive data to/from EcmaScript data-model. */ diff --git a/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc b/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc index 8e65578..32e5a3f 100644 --- a/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc +++ b/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Media Player QML Example (Static) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates how to send/receive data to/from EcmaScript data-model. */ diff --git a/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc b/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc index 781b838..393bec6 100644 --- a/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc +++ b/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Media Player Example (Dynamic) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates how to send/receive data to/from EcmaScript data-model. */ diff --git a/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc b/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc index eb2db04..83c2701 100644 --- a/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc +++ b/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Media Player Example (Static) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates how to send/receive data to/from EcmaScript data-model. */ diff --git a/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc b/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc index a8c1f47..100aaf8 100644 --- a/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc +++ b/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Traffic Light QML Example (Dynamic) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates using a state-machine for a simple traffic light. */ diff --git a/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc b/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc index 26762e3..4e92276 100644 --- a/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc +++ b/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Traffic Light QML Example (Static) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates using a state-machine for a simple traffic light. */ diff --git a/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc b/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc index d2c288e..82f414c 100644 --- a/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc +++ b/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Traffic Light Example (Dynamic) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates using a state-machine for a simple traffic light. */ diff --git a/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc b/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc index 67e8cff..1c92f5a 100644 --- a/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc +++ b/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc @@ -21,5 +21,5 @@ \title Qt SCXML: Traffic Light Example (Static) \ingroup examples-qtscxml - \brief Demonstrates... + \brief Demonstrates using a state-machine for a simple traffic light. */ -- cgit v1.2.3