From e28b65f868d3f3fe430208dc29bfb9982e82ef48 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 26 Feb 2021 14:21:48 +0100 Subject: Doc: Fix various documentation issues - Document QIODeviceBase - Document QPointerEvent::points - Fix linking issues Task-number: QTBUG-90662 Change-Id: Ib123d5708953b22e01f95c82626b39a49fff95b2 Reviewed-by: Nico Vertriest (cherry picked from commit 00e10f62b55626097e94a2d70a9214c0062fbcd5) --- src/corelib/io/qiodevice.cpp | 12 ++++++++++-- src/corelib/tools/qmargins.cpp | 3 +-- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/io/qiodevice.cpp b/src/corelib/io/qiodevice.cpp index 5c8c0e6a27..0bea68acc5 100644 --- a/src/corelib/io/qiodevice.cpp +++ b/src/corelib/io/qiodevice.cpp @@ -289,11 +289,19 @@ QIODevicePrivate::~QIODevicePrivate() \sa QBuffer, QFile, QTcpSocket */ +/*! + \class QIODeviceBase + \inheaderfile QIODevice + \inmodule QtCore + \brief Base class for QIODevice that provides flags describing the mode in + which a device is opened. +*/ + /*! \enum QIODeviceBase::OpenModeFlag - This enum is used with open() to describe the mode in which a device - is opened. It is also returned by openMode(). + This enum is used with QIODevice::open() to describe the mode in which a + device is opened. It is also returned by QIODevice::openMode(). \value NotOpen The device is not open. \value ReadOnly The device is open for reading. diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp index 5b3c04d11e..8a6e50ca24 100644 --- a/src/corelib/tools/qmargins.cpp +++ b/src/corelib/tools/qmargins.cpp @@ -508,10 +508,9 @@ QDebug operator<<(QDebug dbg, const QMargins &m) Returns \c true if all margins are very close to 0; otherwise returns false. - \sa qFuzzyIsNull + \sa {::}{qFuzzyIsNull} */ - /*! \fn qreal QMarginsF::left() const -- cgit v1.2.3