aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-01-09 13:22:38 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-09 13:52:43 +0100
commit4b9ce244fe215468f2fce11ce6ea029e983a1ed7 (patch)
treecf1565445611cb737198c0545c061821ded2f5b1 /doc
parentdb2e026109c52b61d5c037bf5ee9c65eb2e08575 (diff)
Docs: Use \e tag for newly introduced term.
Change-Id: Iea20023db58714bec4e084c4f6adb647314a1887 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/depends.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/items/depends.qdoc b/doc/reference/items/depends.qdoc
index 6ace42a3f..3142c6c10 100644
--- a/doc/reference/items/depends.qdoc
+++ b/doc/reference/items/depends.qdoc
@@ -56,7 +56,7 @@
\li required
\li bool
\li \c true
- \li Setting this property to \c false creates a "soft dependency", meaning that it is not
+ \li Setting this property to \c false creates a \e{soft dependency}, meaning that it is not
considered an error if the given module cannot be found. In such a case, an instance of
the respective module will be created, but only the \c present property will be
available for querying, and it will be set to \c false.