From 31b0a2d23bead810438a40ef7b93ee31913ac8e3 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 12 Jan 2018 13:20:27 +0100 Subject: Doc: Resolve 'Cannot tie this documentation to anything' warning As QWinOverlappedIoNotifierPrivate is not documented, replace the /*! ... */ comment with a standard C-style comment. Change-Id: I813e62503214fc686b913ccd770fb6e35922baa9 Reviewed-by: Martin Smith --- src/serialport/qwinoverlappedionotifier.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/serialport/qwinoverlappedionotifier.cpp b/src/serialport/qwinoverlappedionotifier.cpp index dfae3b0..615dacc 100644 --- a/src/serialport/qwinoverlappedionotifier.cpp +++ b/src/serialport/qwinoverlappedionotifier.cpp @@ -384,9 +384,9 @@ bool QWinOverlappedIoNotifier::waitForNotified(QDeadlineTimer deadline, OVERLAPP return false; } -/*! - * Note: This function runs in the I/O completion port thread. - */ +/* + * Note: This function runs in the I/O completion port thread. + */ void QWinOverlappedIoNotifierPrivate::notify(DWORD numberOfBytes, DWORD errorCode, OVERLAPPED *overlapped) { -- cgit v1.2.1