aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-01-08 14:24:12 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-01-08 15:03:26 +0000
commit09fc33aa89389c0a8121ab2e4c157e2f9b8bf605 (patch)
tree234d7acad57c44988924f0da662be9ee35bbe05e
parent1d732c3d2064916abbeeff54efe262a5c58a7753 (diff)
Fix documentation for Scanner item
The scanned dependencies of a file have nothing to do with Depends items. Change-Id: I0ac600fa2b12f4d14b9d51f5e5e681d914f2d2d8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/reference/items/language/scanner.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/reference/items/language/scanner.qdoc b/doc/reference/items/language/scanner.qdoc
index 9c5b28f75..90e5ad63a 100644
--- a/doc/reference/items/language/scanner.qdoc
+++ b/doc/reference/items/language/scanner.qdoc
@@ -74,7 +74,7 @@
/*!
\qmlproperty bool Scanner::recursive
- Determines whether to scan the returned \l{Depends}{dependencies} using
+ Determines whether to scan the returned dependencies using
the same scanner.
\defaultvalue \c false
@@ -83,8 +83,7 @@
/*!
\qmlproperty script Scanner::searchPaths
- A script that returns the paths where to look for \l{Depends}
- {dependencies}.
+ A script that returns the paths where to look for dependencies.
The code in this script is treated as a function with the signature
\c{function(project, product, input)}.
@@ -96,7 +95,7 @@
\qmlproperty script Scanner::scan
A script that reads the input artifact and returns a string list with
- \l{Depends}{dependencies}.
+ dependencies.
The code in this script is treated as a function with the signature
\c{function(project, product, input)}.