Doc: Move $$files() documentation to "Built-in Replace Functions"
files is not a test function. Change-Id: I6d23dac5d1c87bd35961406dd62cc3cf37d652e3 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
6d6a826038
commit
7e15df0333
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue