From 09fc33aa89389c0a8121ab2e4c157e2f9b8bf605 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 8 Jan 2019 14:24:12 +0100 Subject: 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 --- doc/reference/items/language/scanner.qdoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc') 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)}. -- cgit v1.2.3