summaryrefslogtreecommitdiffstats
path: root/examples/serialport/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-11-08 23:01:10 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2019-11-11 09:44:00 +0000
commitd4dc8988c5cfc6e0080e9ef17f8393a6a06cbb98 (patch)
tree134a9a95027714d39674d023c277fadc5d19a6ea /examples/serialport/doc
parent09fa8225d525b12ba22234a59452decaf987fb8a (diff)
Doc: Fix documentation warnings
The header file for QWinOverlappedIoNotifier is not available when building on non-Windows platform - as the class is \internal anyway, suppress the Clang-parser warnings by marking also the member functions as \internal. Remove a link to example file page terminal/console.cpp, as QDoc no longer treats these files as linkable targets. Fixes: QTBUG-79809 Change-Id: Ic3bc33c1c27bc234513fe6977877116ed16c22eb Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/serialport/doc')
-rw-r--r--examples/serialport/doc/terminal.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/doc/terminal.qdoc b/examples/serialport/doc/terminal.qdoc
index 65cabb92..02156775 100644
--- a/examples/serialport/doc/terminal.qdoc
+++ b/examples/serialport/doc/terminal.qdoc
@@ -122,7 +122,7 @@
\snippet terminal/mainwindow.cpp 6
This slot sends the characters typed in the given
- \l{terminal/console.cpp}{Console} widget to the serial port.
+ Console widget to the serial port - see \c terminal/console.cpp.
When the serial port receives new data, the signal
\l{QIODevice::}{readyRead()} is emitted, and that signal is