From c99fb7d70bb42da4d45d57bf2bf1f91f653eb31b Mon Sep 17 00:00:00 2001 From: Topi Reinio <topi.reinio@digia.com> Date: Mon, 15 Jun 2015 10:56:06 +0200 Subject: [PATCH] Doc: iOS platform notes: Fix missing \endcode command Task-number: QTBUG-46646 Change-Id: If45a48c4789b8146baeccb2f8c00d56e77793fe0 Reviewed-by: Martin Smith <martin.smith@digia.com> --- doc/src/platforms/ios.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc index 87223104..c8986e27 100644 --- a/doc/src/platforms/ios.qdoc +++ b/doc/src/platforms/ios.qdoc @@ -527,7 +527,7 @@ \badcode <key>UILaunchImageFile</key> <string>LaunchImage</string> - \badcode + \endcode The name defaults to \c Default, but qmake generates some of the images, so it is easier to use another name (for example LaunchImage as we did) to avoid clashes. \list \li LaunchImage.png: 320 x 480 -- GitLab