PRIx macros: add missing \relates to the docs
Otherwise they won't appear. Change-Id: I19d93aef9acb9d7afced8acbc76813a30b572953 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
c457e65bf4
commit
e830a8c7b6
@ -844,6 +844,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined");
|
||||
\macro PRIdQINTPTR
|
||||
\macro PRIiQINTPTR
|
||||
\since 6.2
|
||||
\relates <QtGlobal>
|
||||
|
||||
See qintptr.
|
||||
*/
|
||||
@ -888,6 +889,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined");
|
||||
\macro PRIxQUINTPTR
|
||||
\macro PRIXQUINTPTR
|
||||
\since 6.2
|
||||
\relates <QtGlobal>
|
||||
|
||||
See quintptr.
|
||||
*/
|
||||
@ -923,6 +925,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined");
|
||||
\macro PRIdQPTRDIFF
|
||||
\macro PRIiQPTRDIFF
|
||||
\since 6.2
|
||||
\relates <QtGlobal>
|
||||
|
||||
See qptrdiff.
|
||||
*/
|
||||
@ -957,6 +960,7 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined");
|
||||
\macro PRIdQSIZETYPE
|
||||
\macro PRIiQSIZETYPE
|
||||
\since 6.2
|
||||
\relates <QtGlobal>
|
||||
|
||||
See qsizetype.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user