summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-04 15:24:12 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-04 13:30:26 +0000
commitded65d888baeeafc2ee82994b40443f0a7c1c487 (patch)
treec5d0cb4a5b8b5044cb0f7b3ca81923603f236eeb /doc
parente64a2fb07542b2fe9498d908eaa2e78ea76c9f12 (diff)
downloadqt-creator-ded65d888baeeafc2ee82994b40443f0a7c1c487.tar.gz
Doc: Fix section levels in "Checking Code Syntax"
Make the two sections that follow "Checking JSON Data Structure" its subsections, because they are closely related to it. Change-Id: I49d6f1098965255ae23293f086fc92dad081e390 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-editors.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 1c040afe5a..5ce6307f2b 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -233,7 +233,7 @@
in Windows. To check JSON data structure, copy the JSON schema file to the
above folder.
- \section1 Checking JavaScript and QML Syntax
+ \section2 Checking JavaScript and QML Syntax
To run the checks, select \uicontrol Tools > \uicontrol {QML/JS} >
\uicontrol {Run Checks} or press \key {Ctrl+Shift+C}. The results are shown
@@ -241,7 +241,7 @@
pane.
- \section1 List of JavaScript and QML Checks
+ \section2 List of JavaScript and QML Checks
Many of the JavaScript checks are similar to the ones in Douglas Crockford's
\l{http://www.jslint.com}{JSLint} tool.