OSDN Git Service

Doc: qdoc does not understand special characters
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Fri, 30 Sep 2011 11:33:42 +0000 (13:33 +0200)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>
Fri, 30 Sep 2011 11:42:30 +0000 (13:42 +0200)
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>
doc/api/external-tool-spec.qdoc

index 8706a6c..87dcfc8 100644 (file)
 <?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>