summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-10-26 13:24:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-28 15:06:01 +0100
commit609b5c9fa7ba47157e1e1831270e2a2bd926b460 (patch)
tree5f5dcddc1c404fb73f66783925e41c59fa17a6be /examples
parentc4b78231596619a45246b6178f8de6ca553ddf6b (diff)
downloadqtserialport-609b5c9fa7ba47157e1e1831270e2a2bd926b460.tar.gz
Fix the broken example qdoc keyword value
The "cwritersync" example has been introduced in commit 9f8f2d6dc6f38b54a91f4a3d7ebf4285891005d3, and the "creadersync" example has been introduced in commit ccdf42d9d10a32ccdd4a12c643130ffdea498552. Initially, the "cwritersync" example was called "cwriter", but then it got renamed to reflect the functionality more explicitly based on its name. Having that renaming done, I had to sync up the writer and reader terms everywhere, but this instance has been accidentally left out. It is not intentional to have this name, so this is a bug. This is a somewhat critical bugfix because it may trigger the example unavailable from the main example page. Thereby, a useful example could become useless for the end users. Change-Id: I0f483ea037fc76a362f1d174b521075e8e9b0a3a Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/serialport/doc/creadersync.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/doc/creadersync.qdoc b/examples/serialport/doc/creadersync.qdoc
index bc790cf..3b6c968 100644
--- a/examples/serialport/doc/creadersync.qdoc
+++ b/examples/serialport/doc/creadersync.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example creader
+ \example creadersync
\title Command Line Reader Sync Example
\ingroup qtserialport-examples