summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-11-18 15:53:18 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-19 13:00:44 +0100
commit52ea96db06d5ecb070dfd1e4fcf30c0c186ec906 (patch)
tree449796b8491c11326a91e8c828d5f0241f03008c /src/corelib
parent242f1c2d63dd5f3381f13d46bdb08ccaba18ac1f (diff)
Doc: Added brief statement to group definition
Groups: richtext and sharing. Task-number: QTBUG-42682 Change-Id: I46bd7e5bba0f665519ee4f3c033b971f0836e314 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/src/implicit-sharing.qdoc1
-rw-r--r--src/corelib/doc/src/statemachine.qdoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/doc/src/implicit-sharing.qdoc b/src/corelib/doc/src/implicit-sharing.qdoc
index 1185fe8348..ec8edb4b6b 100644
--- a/src/corelib/doc/src/implicit-sharing.qdoc
+++ b/src/corelib/doc/src/implicit-sharing.qdoc
@@ -30,6 +30,7 @@
/*!
\group shared
+ \brief How to maximize resource usage by implicit data sharing.
\title Implicitly Shared Classes
These \l{Qt Core} classes provides a safe and efficient way of sharing and
diff --git a/src/corelib/doc/src/statemachine.qdoc b/src/corelib/doc/src/statemachine.qdoc
index b281eb177b..846eb7d1f0 100644
--- a/src/corelib/doc/src/statemachine.qdoc
+++ b/src/corelib/doc/src/statemachine.qdoc
@@ -27,6 +27,7 @@
/*!
\group statemachine
+ \brief How to create and execute state graphs.
\title State Machine Classes
These \l{Qt Core} classes are part of the \l{The State Machine Framework}{