aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/i18n
diff options
context:
space:
mode:
authorJohn Tapsell <john.tapsell.ext@basyskom.de>2010-08-30 21:50:23 +0900
committerSergiy Dubovik <sergiy.dubovik@nokia.com>2010-08-31 10:50:50 +0300
commit2048d5fe3b5ae84c38c18ccacd39ebc88c610619 (patch)
treed5c1b925eb36360f26074b0ea313baf24232542c /src/corelib/i18n
parent2da98f2e263c6751b4587d496fa4fc9cf2d0b5e6 (diff)
Changes: Doxygen syntax fixes
RevBy: TrustMe Details: Fix incorrect doxygen tag usage.
Diffstat (limited to 'src/corelib/i18n')
-rw-r--r--src/corelib/i18n/mlocale.cpp2
-rw-r--r--src/corelib/i18n/mlocale.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/corelib/i18n/mlocale.cpp b/src/corelib/i18n/mlocale.cpp
index fcd64947..ab6bdf9c 100644
--- a/src/corelib/i18n/mlocale.cpp
+++ b/src/corelib/i18n/mlocale.cpp
@@ -157,7 +157,7 @@ public:
private:
MTranslationCatalog &operator=(const MTranslationCatalog &other);
};
-//! \endinternal
+//! \internal_end
// //////
// MTranslationCatalog implementation
diff --git a/src/corelib/i18n/mlocale.h b/src/corelib/i18n/mlocale.h
index 2eec708d..912c1920 100644
--- a/src/corelib/i18n/mlocale.h
+++ b/src/corelib/i18n/mlocale.h
@@ -294,7 +294,7 @@ public:
* <td></td>
* <td>Finnish language in Finland, default sorting order</td>
* <tr>
- * <td>fi_FI@collation=phonebook</td>
+ * <td>fi_FI\@collation=phonebook</td>
* <td>fi</td>
* <td></td>
* <td>FI</td>
@@ -303,7 +303,7 @@ public:
* <td>Finnish language in Finland, phonebook sorting order</td>
* </tr>
* <tr>
- * <td>zh_CN@collation=stroke;calendar=chinese</td>
+ * <td>zh_CN\@collation=stroke;calendar=chinese</td>
* <td>zh</td>
* <td></td>
* <td>CN</td>
@@ -535,8 +535,8 @@ public:
* an empty string is returned.
*
* Example:
- * If the locale name is “sr_Latn_RS_REVISED@currency=USD”
- * this will return “REVISED”.
+ * If the locale name is <code>sr_Latn_RS_REVISED\@currency=USD</code>
+ * this will return <code>REVISED</code>.
*
* \sa name()
* \sa language()