aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/items/rule.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/items/rule.qdoc')
-rw-r--r--doc/reference/items/rule.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference/items/rule.qdoc b/doc/reference/items/rule.qdoc
index f51b3f76b..379a5ec83 100644
--- a/doc/reference/items/rule.qdoc
+++ b/doc/reference/items/rule.qdoc
@@ -242,7 +242,11 @@
\li An array of output artifacts, specified as JavaScript objects.
Example:
\code
- outputArtifacts: [{filePath: "myfile.txt", fileTags: ["foo", "bar"]}]
+ outputArtifacts: [{
+ filePath: "myfile.cpp",
+ fileTags: ["cpp"],
+ cpp: { cxxLanguageVersion: "c++11" }
+ }]
\endcode
For a description of the possible properties, see the documentation of the
\l{Artifact item}.