Doc: Fix documentation warnings for QRgbaFloat
Pick-to: 6.2 Change-Id: I0c11edd184c7536ef91498d191a4a8684083f48a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>bb10
parent
cbf07134a7
commit
8ade7d3a3e
|
|
@ -36,6 +36,12 @@
|
|||
\sa QRgb, QRgba64, QColor
|
||||
*/
|
||||
|
||||
/*!
|
||||
\typealias QRgbaFloat::FastType
|
||||
|
||||
Alias for \e float.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\typedef QRgbaFloat16
|
||||
\relates QRgbaFloat
|
||||
|
|
@ -99,7 +105,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setRed(float red)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setRed(QRgbaFloat::FastType red)
|
||||
|
||||
Sets the red color component of this color to \a red.
|
||||
|
||||
|
|
@ -115,7 +121,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setGreen(float green)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setGreen(QRgbaFloat::FastType green)
|
||||
|
||||
Sets the green color component of this color to \a green.
|
||||
|
||||
|
|
@ -131,7 +137,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setBlue(float blue)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setBlue(QRgbaFloat::FastType blue)
|
||||
|
||||
Sets the blue color component of this color to \a blue.
|
||||
|
||||
|
|
@ -147,7 +153,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename F> void QRgbaFloat<F>::setAlpha(float alpha)
|
||||
\fn template<typename F> void QRgbaFloat<F>::setAlpha(QRgbaFloat::FastType alpha)
|
||||
|
||||
Sets the alpha of this color to \a alpha.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue