summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-02-26 07:48:42 +0100
committerNico Vertriest <nico.vertriest@qt.io>2021-04-06 07:34:21 +0100
commit6cf92f138211fe352929a0beca30075cc96cf504 (patch)
treeba2f4c4b168198915da32c5a97baffd22d43687a /src/testlib
parenta395372ccf7b6ce5575aeec627b403c4f9af9647 (diff)
Doc: Fix link errors qtbase
Task-number: QTBUG-90662 Change-Id: I17147d149d9f222c142853805443aff94c5a5ff7 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc
index 4436becb43..08f111b43e 100644
--- a/src/testlib/qtestcase.qdoc
+++ b/src/testlib/qtestcase.qdoc
@@ -123,7 +123,7 @@
\snippet code/src_qtestlib_qtestcase.cpp 2
When comparing floating-point types (\c float, \c double, and \c qfloat16),
- \l qFuzzyCompare() is used for finite values. If qFuzzyIsNull() is true for
+ \l {qFuzzyCompare()} is used for finite values. If \l {qFuzzyIsNull()} is true for
both values, they are also considered equal. Infinities match if they have
the same sign, and any NaN as actual value matches with any NaN as expected
value (even though NaN != NaN, even when they're identical).