From eaef22e8498344f5f13cef0752d2aa05016aabb7 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@nokia.com> Date: Tue, 13 Dec 2011 17:21:01 +0100 Subject: [PATCH] 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> --- doc/src/editors/creator-editors.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index aed2147958c..b02b7e3660f 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -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 -- GitLab