From 2048d5fe3b5ae84c38c18ccacd39ebc88c610619 Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Mon, 30 Aug 2010 21:50:23 +0900 Subject: Changes: Doxygen syntax fixes RevBy: TrustMe Details: Fix incorrect doxygen tag usage. --- src/corelib/i18n/mlocale.cpp | 2 +- src/corelib/i18n/mlocale.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/corelib/i18n') 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: * * Finnish language in Finland, default sorting order * - * fi_FI@collation=phonebook + * fi_FI\@collation=phonebook * fi * * FI @@ -303,7 +303,7 @@ public: * Finnish language in Finland, phonebook sorting order * * - * zh_CN@collation=stroke;calendar=chinese + * zh_CN\@collation=stroke;calendar=chinese * zh * * CN @@ -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 sr_Latn_RS_REVISED\@currency=USD + * this will return REVISED. * * \sa name() * \sa language() -- cgit v1.2.3