From 43ce60c0136a3a4e5267a3c1516c9be5b27f489a Mon Sep 17 00:00:00 2001
From: Tobias Hunger <tobias.hunger@theqtcompany.com>
Date: Thu, 18 Jun 2015 10:45:41 +0200
Subject: [PATCH] Doc: Reformatting

No text change

Change-Id: I4c422d6af1cc37a0dca0e7cb15ed141935ece2aa
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
---
 doc/src/debugger/creator-debugger-example.qdoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/src/debugger/creator-debugger-example.qdoc b/doc/src/debugger/creator-debugger-example.qdoc
index e2b7e8624f5..d69d8bdd55c 100644
--- a/doc/src/debugger/creator-debugger-example.qdoc
+++ b/doc/src/debugger/creator-debugger-example.qdoc
@@ -31,8 +31,8 @@
     \title Debugging a C++ Example Application
 
     This section uses the \l{Creating a Qt Widget Based Application}{TextFinder}
-    example to illustrate how to debug Qt C++ applications in the \uicontrol Debug
-    mode.
+    example to illustrate how to debug Qt C++ applications in the
+    \uicontrol Debug mode.
 
     TextFinder reads a text file into QString and then displays it with
     QTextEdit. To look at the TextFinder class and see the stored data, place
@@ -45,10 +45,10 @@
 
             \image qtcreator-setting-breakpoint1.png
 
-        \li Select \uicontrol{Debug > Start Debugging > Start Debugging} or press
-            \key{F5}.
+        \li Select \uicontrol Debug > \uicontrol {Start Debugging} >
+            \uicontrol {Start Debugging} or press \key F5.
 
-        \li To view the breakpoint, click the \uicontrol{Breakpoints} tab.
+        \li To view the breakpoint, click the \uicontrol Breakpoints tab.
 
             \image qtcreator-setting-breakpoint2.png
 
@@ -105,8 +105,8 @@
     \inlineimage qtcreator-debug-button-step-over.png
     (\uicontrol {Step Over}),
     \inlineimage qtcreator-debug-button-step-into.png
-    (\uicontrol {Step Into}), and
-    \inlineimage qtcreator-debug-button-step-out.png
+    (\uicontrol {Step Into}),
+    and \inlineimage qtcreator-debug-button-step-out.png
     (\uicontrol {Step Out}).
 
 */
-- 
GitLab