aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-12 10:46:31 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-12 08:48:47 +0000
commita48f20d0dc99b31f4e0ff00448aac1b4cf6b25d0 (patch)
tree4574554cf937a54da535792411032e0c854856dd /doc
parent50d9e58ede505177ae48f6b700bb23fbb432df29 (diff)
Doc: Fix section levels in "Completing Code"
The section levels should have been elevated, when the info was moved into a separate topic. Change-Id: I1b1592773356320f32758cac331611d73aed6106 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-code-completion.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/editors/creator-code-completion.qdoc b/doc/src/editors/creator-code-completion.qdoc
index fead6f1827..8152568c06 100644
--- a/doc/src/editors/creator-code-completion.qdoc
+++ b/doc/src/editors/creator-code-completion.qdoc
@@ -60,7 +60,7 @@
first-letter case-sensitivity, select \uicontrol Full or
\uicontrol {First Letter} in the \uicontrol {Case-sensitivity} field.
- \section2 Summary of Available Types
+ \section1 Summary of Available Types
The following table lists available types for code completion and icon used
for each.
@@ -132,7 +132,7 @@
\endif
\endtable
- \section2 Completing Code Snippets
+ \section1 Completing Code Snippets
Code snippets can consist of multiple variables that you specify values for.
Select an item in the list and press \key Tab or \key Enter to complete the
@@ -189,7 +189,7 @@
\endlist
- \section3 Adding and Editing Snippets
+ \section2 Adding and Editing Snippets
Select a snippet in the list to edit it in the snippet editor. To add a new
snippet, select \uicontrol Add. Specify a trigger and, if the trigger is
@@ -268,7 +268,7 @@
To discard the changes you made to a built-in snippet, select
\uicontrol {Revert Built-in}.
- \section3 Removing Snippets
+ \section2 Removing Snippets
Several similar built-in snippets might be provided for different use cases.
To make the list of suggestions shorter when you write code, remove the
@@ -279,7 +279,7 @@
\uicontrol Remove. To restore the removed snippets, select
\uicontrol {Restore Removed Built-ins}.
- \section3 Resetting Snippets
+ \section2 Resetting Snippets
To remove all added snippets and to restore all removed snippets, select
\uicontrol {Reset All}.