aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-04 16:59:46 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-06 13:40:47 +0000
commit70b714d3ae3eed7016664ed533996a4960aca722 (patch)
tree3da987e7a894d9e0ac9c5342219f596b772e841a /doc
parentc0484b992e706e0d995adeaf1d7cd09038646966 (diff)
Doc: JSLint documentation no longer available online
The tool now describes error messages depending on user output. Also, there is no active development on the checks, so removing hints about the future development. Change-Id: I87c94febb95ae8247aa1061bcc7ac0801e64ee8a Reviewed-by: Christian Kamm <kamm@incasoftware.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-editors.qdoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 1ee685c844..d49b5444a6 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -177,14 +177,13 @@
\QC validates instances of JSON entities against
\l{http://tools.ietf.org/html/draft-zyp-json-schema-03}
{A JSON Media Type for Describing the Structure and Meaning of JSON Documents}.
- However, this feature is still under development, and \QC does not yet
- understand the entire specification.
+ However, \QC does not understand the entire specification.
A JSON schema defines the structure of JSON data. It determines what JSON
data is required for an application and how to interact with it.
The specification does not define how to map JSON instances with JSON
- schemas. As a temporary solution, \QC looks for a JSON schema file with a
+ schemas. \QC looks for a JSON schema file with a
name that matches the name of the JSON instance file in the user
configuration folder. For example, \c {~/config/QtProject/qtcreator/json} on
Linux and OS X and
@@ -203,8 +202,7 @@
\section1 List of JavaScript and QML Checks
Many of the JavaScript checks are similar to the ones in Douglas Crockford's
- JSLint tool and are explained well on
- \l{http://www.jslint.com/lint.html}{the JSLint website}.
+ \l{http://www.jslint.com}{JSLint} tool.
\table
\header