summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-08-28 11:30:14 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-08-28 11:30:14 (GMT)
commit7449a69e39b3ccd877da3e5ad7a9154ab7751dec (patch)
tree99751aaa5824dec2aba7b506f4018a430ba6878c /src/corelib/tools
parent67f4c288107fd4e7003df6f882143afa8819844b (diff)
downloadQt-7449a69e39b3ccd877da3e5ad7a9154ab7751dec.zip
Qt-7449a69e39b3ccd877da3e5ad7a9154ab7751dec.tar.gz
Qt-7449a69e39b3ccd877da3e5ad7a9154ab7751dec.tar.bz2
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qlocale_symbian.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/tools/qlocale_symbian.cpp b/src/corelib/tools/qlocale_symbian.cpp
index 3103ba1..2da768b 100644
--- a/src/corelib/tools/qlocale_symbian.cpp
+++ b/src/corelib/tools/qlocale_symbian.cpp
@@ -76,8 +76,8 @@ static TPtrC defaultFormatSpec(TExtendedLocale&)
return TPtrC(KNullDesC);
}
-/*!
- Definition of struct for mapping Symbian to ISO locale
+/*
+ Definition of struct for mapping Symbian to ISO locale
*/
struct symbianToISO {
int symbian_language;
@@ -85,8 +85,8 @@ struct symbianToISO {
};
-/*!
- Mapping from Symbian to ISO locale
+/*
+ Mapping from Symbian to ISO locale
*/
static const symbianToISO symbian_to_iso_list[] = {
{ ELangEnglish, "en_GB" },