summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristoph VogtlÃĪnder <c.vogtlaender@sigma-surface-science.com>2014-12-04 15:35:57 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2014-12-04 15:50:24 +0100
commit296c5d5b61ab0e5ce43bdb30f4c872a1db5b1483 (patch)
tree32d52e9aa9aa193ff1e8e5c0745c1816dd40ecda /doc
parent1da26b57c0d3b9008211c0a966b2df38f29b14b6 (diff)
fix documentation
backslash needs to be escaped in order to be shown in documentation Change-Id: I18fb9ae70b9d02d253ec9b6b0cad9f674d36cd39 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index c2a267dab..f4b84b9a8 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -438,7 +438,7 @@
\row
\li Version
\li Version number of the component in the following format:
- [0-9]+((\.|-)[0-9]+)* such as 1-1; 1.2-2; 3.4.7. Required.
+ [0-9]+((\\.|-)[0-9]+)* such as 1-1; 1.2-2; 3.4.7. Required.
If a package needs to show the version number from a child rather than it's own (due to
grouping of child packages) one can specify the attribute inheritVersionFrom with the package
name the version needs to be inherited from.