summaryrefslogtreecommitdiff
path: root/src/serialport/qserialportinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport/qserialportinfo.cpp')
-rw-r--r--src/serialport/qserialportinfo.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/serialport/qserialportinfo.cpp b/src/serialport/qserialportinfo.cpp
index d978665..2547e01 100644
--- a/src/serialport/qserialportinfo.cpp
+++ b/src/serialport/qserialportinfo.cpp
@@ -228,8 +228,8 @@ quint16 QSerialPortInfo::productIdentifier() const
}
/*!
- Returns true if there is a valid 16-bit vendor number present; otherwise
- returns false.
+ Returns \c true if there is a valid \c 16-bit vendor number present; otherwise
+ returns \c false.
\sa vendorIdentifier(), productIdentifier(), hasProductIdentifier()
*/
@@ -240,8 +240,8 @@ bool QSerialPortInfo::hasVendorIdentifier() const
}
/*!
- Returns true if there is a valid 16-bit product number present; otherwise
- returns false.
+ Returns \c true if there is a valid \c 16-bit product number present; otherwise
+ returns \c false.
\sa productIdentifier(), vendorIdentifier(), hasVendorIdentifier()
*/
@@ -264,8 +264,8 @@ bool QSerialPortInfo::hasProductIdentifier() const
/*!
\fn bool QSerialPortInfo::isBusy() const
- Returns true if serial port is busy;
- otherwise returns false.
+ Returns \c true if serial port is busy;
+ otherwise returns \c false.
\sa isNull()
*/
@@ -276,8 +276,8 @@ bool QSerialPortInfo::hasProductIdentifier() const
\fn bool QSerialPortInfo::isValid() const
\obsolete
- Returns true if serial port is present on system;
- otherwise returns false.
+ Returns \c true if serial port is present on system;
+ otherwise returns \c false.
\sa isNull(), isBusy()
*/