From 609b5c9fa7ba47157e1e1831270e2a2bd926b460 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Sat, 26 Oct 2013 13:24:48 +0100 Subject: 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 Reviewed-by: Denis Shienkov --- examples/serialport/doc/creadersync.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.1