summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-09-30 13:33:42 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-09-30 13:42:30 +0200
commitb76c8d9be704d59a5c4d9da22f4b3baadb01da58 (patch)
treec184d3d25dbd8516316454f454475ee956b3de7d /doc/api
parent2e9fd40d866c49018157b7654e08eb92ddea0ec0 (diff)
downloadqt-creator-b76c8d9be704d59a5c4d9da22f4b3baadb01da58.tar.gz
Doc: qdoc does not understand special characters
You have to use \unicode commands, but those won't produce the correct results within a \code command, so I cannot use them here. Change-Id: I34ab32dd649bdf4167cfcd295ef1f9546a670ea5 Reviewed-on: http://codereview.qt-project.org/5873 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/external-tool-spec.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/external-tool-spec.qdoc b/doc/api/external-tool-spec.qdoc
index 8706a6c916..87dcfc8d27 100644
--- a/doc/api/external-tool-spec.qdoc
+++ b/doc/api/external-tool-spec.qdoc
@@ -174,7 +174,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<externaltool id="sort">
<description>Sorts the selected text</description>
- <description xml:lang="de">Sortiert den ausgewählten Text</description>
+ <description xml:lang="de">Sortiert den ausgewaehlten Text</description>
<displayname>Sort Selection</displayname>
<displayname xml:lang="de">Auswahl Sortieren</displayname>
<category>Text</category>