From 53595fd08ed82830009e6f4860332fb7b81da379 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Thu, 16 Jan 2014 18:19:57 +0000 Subject: Fix the creaderasync example name in the qdoc file This change eliminates the following warnings when using "make docs": /home/lpapp/Projects/qt/qt5/qtserialport/examples/serialport/doc/creaderasync.qdoc:28: warning: Cannot find file 'creader/creader.pro' or 'creader/creader.qmlproject' /home/lpapp/Projects/qt/qt5/qtserialport/examples/serialport/doc/creaderasync.qdoc:28: warning: EXAMPLE PATH DOES NOT EXIST: creader It is also visible that the example is unreachable on the following documentation page: http://qt-project.org/doc/qt-5/examples.html Change-Id: I09f1532fcff6b1f7bfc5c4857bd14252aceb2eb3 Reviewed-by: Denis Shienkov Reviewed-by: Sergey Belyashov --- examples/serialport/doc/creaderasync.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/serialport/doc/creaderasync.qdoc b/examples/serialport/doc/creaderasync.qdoc index 2349856..a8b2101 100644 --- a/examples/serialport/doc/creaderasync.qdoc +++ b/examples/serialport/doc/creaderasync.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example creader + \example creaderasync \title Command Line Reader Async Example \ingroup qtserialport-examples -- cgit v1.2.1