forked from qt-creator/qt-creator
Doc: fix qdoc formatting
qdoc interprets \t as a command if it is not enclosed in curly braces Change-Id: I76bec0a3da2f0ce96c1687ce4a9f58a7fa88d954 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -454,7 +454,7 @@
|
||||
\o == and != may perform type coercion, use === or !== to avoid
|
||||
\o The non-strict equality comparison is allowed to convert its
|
||||
arguments to a common type. That can lead to unexpected
|
||||
results such as ' \t\r\n' == 0 being true. Prefer to use the
|
||||
results such as \c {' \t\r\n' == 0} being true. Prefer to use the
|
||||
strict equality operators === and !== and be explicit about
|
||||
conversions you require.
|
||||
\row
|
||||
|
||||
Reference in New Issue
Block a user