From: Minkyoung Kang Date: Tue, 9 Apr 2013 01:57:46 +0000 (+0900) Subject: adds % before Tizen X-Git-Tag: accepted/tizen_2.1/20130425.034849~123^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50abc5fdc18caec650b615f3d30a7a1523dc6b84;p=platform%2Fframework%2Fnative%2Fappfw.git adds % before Tizen Change-Id: Ie81adfc5363b6ae3ee7e5896f3dbaeb3022592e0 --- diff --git a/inc/FApp.h b/inc/FApp.h index d88fdb7..1a4034d 100755 --- a/inc/FApp.h +++ b/inc/FApp.h @@ -64,7 +64,7 @@ * @b Library : @b osp-appfw * * The %App namespace contains classes for application development, including application life-cycle management, usage of - * functionality exported by other applications through AppControl, and access to application registry and resources. Tizen + * functionality exported by other applications through AppControl, and access to application registry and resources. %Tizen * also provides various macros for debugging purposes. * @n * For more information on the %App namespace features and the macros, see App Guide and Debugging Macros. diff --git a/inc/FAppApp.h b/inc/FAppApp.h index ac83a45..792660b 100755 --- a/inc/FAppApp.h +++ b/inc/FAppApp.h @@ -42,7 +42,7 @@ class AppResource; /** * @class App - * @brief This class is the base class of a Tizen native application. + * @brief This class is the base class of a %Tizen native application. * * @since 2.0 * diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index 95432f5..92f8ad5 100755 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -96,7 +96,7 @@ public: * @remarks The specific error code can be accessed using the GetLastResult() method. * @remarks %Tizen platform defines platform-defined alias for application ID and this aliased application ID * can be used to find the AppControl. For more information, see - * here. + * here. * * The following example demonstrates how to use the %FindAppControlN() method to find the application control. * diff --git a/inc/FBase.h b/inc/FBase.h index ba85af3..7c2334c 100644 --- a/inc/FBase.h +++ b/inc/FBase.h @@ -76,7 +76,7 @@ * @remarks @b Header @b %file: @b \#include @b @n * @b Library : @b osp-appfw * - * The %Base namespace contains classes and interfaces around which the entire Tizen platform is built. + * The %Base namespace contains classes and interfaces around which the entire %Tizen platform is built. * The main features of the namespace include basic data types, collections, runtime libraries, and various utilities. * * For more information on the %Base namespace features, see Base Guide. diff --git a/inc/FBaseColIteratorT.h b/inc/FBaseColIteratorT.h index 0b35d66..9a0e3aa 100644 --- a/inc/FBaseColIteratorT.h +++ b/inc/FBaseColIteratorT.h @@ -41,7 +41,7 @@ namespace Tizen { namespace Base { namespace Collection * * @since 2.1 * - * @remarks The %IteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of Tizen Collection. + * @remarks The %IteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of %Tizen Collection. * So, this class can be used with C++ standard library algorithms which requires only InputIterator concept for their arguments. */ diff --git a/inc/FBaseColPairIteratorT.h b/inc/FBaseColPairIteratorT.h index 8d957c1..72a298d 100644 --- a/inc/FBaseColPairIteratorT.h +++ b/inc/FBaseColPairIteratorT.h @@ -43,7 +43,7 @@ namespace Tizen { namespace Base { namespace Collection * * @since 2.1 * - * @remarks The %PairIteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of Tizen Collection. + * @remarks The %PairIteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of %Tizen Collection. * So, this class can be used with C++ standard library algorithms which requires only InputIterator concept for their arguments. */ diff --git a/inc/FBaseColRandomIteratorT.h b/inc/FBaseColRandomIteratorT.h index 6024733..a9a5847 100644 --- a/inc/FBaseColRandomIteratorT.h +++ b/inc/FBaseColRandomIteratorT.h @@ -40,7 +40,7 @@ namespace Tizen { namespace Base { namespace Collection * * @since 2.1 * - * @remarks The %RandomIteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of Tizen Collection. + * @remarks The %RandomIteratorT class satisfies only requirements of C++ standard library InputIterator concept due to limitations of %Tizen Collection. * So, this class can be used with C++ standard library algorithms which requires only InputIterator concept for their arguments. */ diff --git a/inc/FBaseColStlConverter.h b/inc/FBaseColStlConverter.h index 20dc372..24a5ba3 100644 --- a/inc/FBaseColStlConverter.h +++ b/inc/FBaseColStlConverter.h @@ -44,11 +44,11 @@ class IMultiMap; /** * @class StlConverter - * @brief This class provides static methods to convert Tizen Collection to STL Container and vice versa. + * @brief This class provides static methods to convert %Tizen Collection to STL Container and vice versa. * * @since 2.1 * - * The %StlConverter class provides static methods to convert Tizen Collection to STL Container and vice versa. + * The %StlConverter class provides static methods to convert %Tizen Collection to STL Container and vice versa. * The following example demonstrates how to use the %StlConverter class. * * @code diff --git a/inc/FBaseRtEventDrivenThread.h b/inc/FBaseRtEventDrivenThread.h index c44a1ff..d45dd7f 100644 --- a/inc/FBaseRtEventDrivenThread.h +++ b/inc/FBaseRtEventDrivenThread.h @@ -41,7 +41,7 @@ namespace Tizen { namespace Base { namespace Runtime * @since 2.0 * * The %EventDrivenThread class is the fundamental class for the asynchronous execution of a thread. - * A Tizen native application can execute several threads during its operation from the multi-threading view. + * A %Tizen native application can execute several threads during its operation from the multi-threading view. * * For more information on the class features, see Thread. * diff --git a/inc/FBaseTimeSpan.h b/inc/FBaseTimeSpan.h index 841df25..76db340 100644 --- a/inc/FBaseTimeSpan.h +++ b/inc/FBaseTimeSpan.h @@ -37,7 +37,7 @@ namespace Tizen { namespace Base * @since 2.0 * * The %TimeSpan class represents a time interval. An instance of %TimeSpan represents a period of time measured in ticks. A tick is the smallest - * unit of time used by the platform or system. In Tizen, it is a millisecond. + * unit of time used by the platform or system. In %Tizen, it is a millisecond. * * For more information on the class features, see DateTime and TimeSpan. * diff --git a/inc/FBaseUtilFileUnzipper.h b/inc/FBaseUtilFileUnzipper.h index c71b239..a34bd43 100644 --- a/inc/FBaseUtilFileUnzipper.h +++ b/inc/FBaseUtilFileUnzipper.h @@ -113,7 +113,7 @@ public: * - The length of the specified path is @c 0 or exceeds system limitations. @n * - The specified path contains prohibited character(s). @n * - The specified path is invalid. - * @exception E_ILLEGAL_ACCESS The specified file path is inaccessible as per the Tizen platform policy. + * @exception E_ILLEGAL_ACCESS The specified file path is inaccessible as per the %Tizen platform policy. * @exception E_FILE_NOT_FOUND The specified file cannot be found or accessed. * @exception E_IO An unexpected device failure has occurred. * @remarks The paths for @b Tizen::App::AppManager::GetAppSharedPath(appId) + L"data" and @b Tizen::App::AppManager::GetAppSharedPath(appId) + L"trusted" are not supported. diff --git a/inc/FTextEncoding.h b/inc/FTextEncoding.h index 8654e27..c3fd881 100644 --- a/inc/FTextEncoding.h +++ b/inc/FTextEncoding.h @@ -48,7 +48,7 @@ namespace Tizen { namespace Text * * For more information on the class features, see Converting All Text Data at Once. * - * For more information on the supported encoding types, see Encoding standards in %Tizen. * * The following example demonstrates how to use the %Encoding class. * @@ -509,7 +509,7 @@ public: * The supported encoding types are ASCII, GSM, UCS-2, UCS-2LE, UCS-2BE, UCS-4, UCS-4LE, UCS-4BE, UTF-8, UTF-16, UTF-16LE, UTF-16BE, @n * UTF-32, UTF-32LE, UTF-32BE, ISO-8859-1~16 (except ISO-8859-12), Windows-874, Windows-1250 ~ Windows-1258, @n * KSC5601, BIG5, GB2312, Shift-JIS and ISO-2022-jp. @n - * For more information on the supported encoding types, see Encoding standards in %Tizen. * @see Tizen::Text::Encoding::GetAvailableEncodingsN() */ static Encoding* GetEncodingN(const Tizen::Base::String& encodingType); diff --git a/inc/Framework.h b/inc/Framework.h index fd2c4ae..ef2efcb 100644 --- a/inc/Framework.h +++ b/inc/Framework.h @@ -24,10 +24,10 @@ #define _FRAMEWORK_H_ /** * @namespace Tizen - * @brief This namespace is the root namespace of the Tizen native framework. + * @brief This namespace is the root namespace of the %Tizen native framework. * * The %Tizen namespace is the top-level namespace that encompasses all other - * C++ namespaces in Tizen. + * C++ namespaces in %Tizen. */ namespace Tizen {