From 9e55ddfa97619f7983ea66213ce6764ee0aed2d9 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 17 Jan 2019 15:17:57 +0100 Subject: Do not ignore file dependencies in the Scanner item We used to look only at artifacts when scanning recursively. Change-Id: I39f968c05dd3e6af362bf3bb98380814b01de172 Reviewed-by: Joerg Bornemann --- doc/reference/items/language/scanner.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/reference/items/language/scanner.qdoc') diff --git a/doc/reference/items/language/scanner.qdoc b/doc/reference/items/language/scanner.qdoc index 90e5ad63a..9ec575684 100644 --- a/doc/reference/items/language/scanner.qdoc +++ b/doc/reference/items/language/scanner.qdoc @@ -98,7 +98,11 @@ dependencies. The code in this script is treated as a function with the signature - \c{function(project, product, input)}. + \c{function(project, product, input, filePath)}, where \c input is + the artifact at which the scan originated, and \c filePath is the + currently scanned file. For non-recursive scans, \c filePath is + always equal to \c{input.filePath}. + \nodefaultvalue */ -- cgit v1.2.3