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:
Leena Miettinen
2011-12-13 17:21:01 +01:00
parent fb21ad4d3c
commit eaef22e849

View File

@@ -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