From d4dc8988c5cfc6e0080e9ef17f8393a6a06cbb98 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 8 Nov 2019 23:01:10 +0100 Subject: 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 --- src/serialport/qwinoverlappedionotifier.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/serialport/qwinoverlappedionotifier.cpp b/src/serialport/qwinoverlappedionotifier.cpp index 615dacc..f29bae0 100644 --- a/src/serialport/qwinoverlappedionotifier.cpp +++ b/src/serialport/qwinoverlappedionotifier.cpp @@ -350,6 +350,7 @@ private: }; /*! + * \internal * Wait synchronously for any notified signal. * * The function returns a pointer to the OVERLAPPED object corresponding to the completed I/O @@ -365,6 +366,7 @@ OVERLAPPED *QWinOverlappedIoNotifier::waitForAnyNotified(QDeadlineTimer deadline } /*! + * \internal * Wait synchronously for the notified signal. * * The function returns true if the notified signal was emitted for -- cgit v1.2.1