summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-05-11 01:38:45 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-29 11:35:21 +0200
commit2c49ea852f7893faae59bbdb59e2806002f0a017 (patch)
tree215abada3efeaf7a5d2137f87c5bc1ac5009bf34 /src/corelib/codecs
parentdd3e4f1dbe868a8524ac199af838bb5f48d8bb9d (diff)
QtCore: remove \link usages
Change-Id: I0de764b51a972de0b6eb2bf3c04d2b190f581f52 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/codecs')
-rw-r--r--src/corelib/codecs/codecs.qdoc11
-rw-r--r--src/corelib/codecs/qtextcodec.cpp4
2 files changed, 7 insertions, 8 deletions
diff --git a/src/corelib/codecs/codecs.qdoc b/src/corelib/codecs/codecs.qdoc
index 05714b2253..f878f33f82 100644
--- a/src/corelib/codecs/codecs.qdoc
+++ b/src/corelib/codecs/codecs.qdoc
@@ -346,9 +346,9 @@
The environment variable \c UNICODEMAP_JP can be used to
fine-tune the JIS, Shift-JIS, and EUC-JP codecs. The mapping
- names are as for the Japanese XML working group's \link
- http://www.y-adagio.com/public/standards/tr_xml_jpf/toc.htm XML
- Japanese Profile\endlink, because it names and explains all the
+ names are as for the Japanese XML working group's
+ \l{XML Japanese Profile},
+ because it names and explains all the
widely used mappings. Here are brief descriptions, written by
Serika Kurusugawa:
@@ -486,11 +486,10 @@
TSCII, formally the Tamil Standard Code Information Interchange
specification, is a commonly used charset for Tamils. The
official page for the standard is at
- \link http://www.tamil.net/tscii/ http://www.tamil.net/tscii/\endlink
+ \l{http://www.tamil.net/tscii/}
This codec uses the mapping table found at
- \link http://www.geocities.com/Athens/5180/tsciiset.html
- http://www.geocities.com/Athens/5180/tsciiset.html\endlink.
+ \l{http://www.geocities.com/Athens/5180/tsciiset.html}.
Tamil uses composed Unicode which might cause some
problems if you are using Unicode fonts instead of TSCII fonts.
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 23cf95a774..b015c914eb 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -977,8 +977,8 @@ QTextCodec *QTextCodec::codecForName(const QByteArray &name)
/*!
- Returns the QTextCodec which matches the \link
- QTextCodec::mibEnum() MIBenum\endlink \a mib.
+ Returns the QTextCodec which matches the
+ \l{QTextCodec::mibEnum()}{MIBenum} \a mib.
*/
QTextCodec* QTextCodec::codecForMib(int mib)
{