From 7e15df0333288649cf2c3dd093ebc5defd34a557 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 28 Mar 2017 15:25:13 +0200 Subject: Doc: Move $$files() documentation to "Built-in Replace Functions" files is not a test function. Change-Id: I6d23dac5d1c87bd35961406dd62cc3cf37d652e3 Reviewed-by: Oliver Wolff Reviewed-by: Leena Miettinen Reviewed-by: Oswald Buddenhagen --- qmake/doc/src/qmake-manual.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qmake/doc') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 2c1e9bfe23..0af6f8ca76 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -2883,6 +2883,11 @@ MY_VAR2 will contain '-Lone -Ltwo -Lthree -Lfour -Lfive', and MY_VAR3 will contain 'three two three'. + \section2 files(pattern[, recursive=false]) + + Expands the specified wildcard pattern and returns a list of filenames. + If \c recursive is true, this function descends into subdirectories. + \target fn_first \section2 first(variablename) @@ -3376,11 +3381,6 @@ Exports the current value of \c variablename from the local context of a function to the global context. - \section2 files(pattern[, recursive=false]) - - Expands the specified wildcard pattern and returns a list of filenames. - If \c recursive is true, this function descends into subdirectories. - \target forfunction \section2 for(iterate, list) -- cgit v1.2.3