summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 5552f6344e..2bc6cc508f 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -2786,8 +2786,10 @@
\section2 contains(variablename, value)
Succeeds if the variable \c variablename contains the value \c value;
- otherwise fails. You can check the return value of this function using
- a scope.
+ otherwise fails. It is possible to specify a regular expression for
+ parameter \e value.
+
+ You can check the return value of this function using a scope.
For example: