summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 16:26:12 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 09:54:56 +0000
commit1881f0fe499e35f0ff2370b245998a4ac361987a (patch)
treee996aa986b1ef690b21dc4c6780686aa6c348bd5
parent0fa9e703f496212d35909f84b5a384cf94e553b3 (diff)
downloadqttools-1881f0fe499e35f0ff2370b245998a4ac361987a.tar.gz
Doc: Add trailing dot in QDoc examples
Task-number: QTBUG-68933 Change-Id: I7fecb2970cbf47bbc7eca8b5ecf817773cd7fd67 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 618e5cc54..968445d86 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -2999,7 +2999,7 @@
\code
/ *!
\property QWidget::isActiveWindow
- \brief Whether this widget's window is the active window
+ \brief Whether this widget's window is the active window.
The active window is the window that contains the widget that
has keyboard focus.
@@ -3017,7 +3017,7 @@
/ *!
\property QWidget::geometry
\brief The geometry of the widget relative to its parent and
- excluding the window frame
+ excluding the window frame.
When changing the geometry, the widget, if visible,
receives a move event (moveEvent()) and/or a resize