adds % before Tizen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 9 Apr 2013 01:57:46 +0000 (10:57 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 9 Apr 2013 05:07:50 +0000 (14:07 +0900)
Change-Id: Ie81adfc5363b6ae3ee7e5896f3dbaeb3022592e0

13 files changed:
inc/FApp.h
inc/FAppApp.h
inc/FAppAppManager.h
inc/FBase.h
inc/FBaseColIteratorT.h
inc/FBaseColPairIteratorT.h
inc/FBaseColRandomIteratorT.h
inc/FBaseColStlConverter.h
inc/FBaseRtEventDrivenThread.h
inc/FBaseTimeSpan.h
inc/FBaseUtilFileUnzipper.h
inc/FTextEncoding.h
inc/Framework.h

index d88fdb7..1a4034d 100755 (executable)
@@ -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 <a href="../org.tizen.native.appprogramming/html/guide/app/app_namespace.htm">App Guide</a> and <a href="../org.tizen.native.appprogramming/html/basics_tizen_programming/debugging_macros.htm">Debugging Macros</a>.
index ac83a45..792660b 100755 (executable)
@@ -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
  *
index 95432f5..92f8ad5 100755 (executable)
@@ -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
-        *                      <a href="../org.tizen.native.appprogramming/html/guide/app/app_control.htm">here</a>.
+        *                      <a href="../org.tizen.native.appprogramming/html/guide/app/app_controls.htm">here</a>.
         *
         * The following example demonstrates how to use the %FindAppControlN() method to find the application control.
         *
index ba85af3..7c2334c 100644 (file)
@@ -76,7 +76,7 @@
  *  @remarks  @b Header @b %file: @b \#include @b <FBase.h> @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 <a href="../org.tizen.native.appprogramming/html/guide/base/base_namespace.htm">Base Guide</a>.
index 0b35d66..9a0e3aa 100644 (file)
@@ -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.
  */
 
index 8d957c1..72a298d 100644 (file)
@@ -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.
  */
 
index 6024733..a9a5847 100644 (file)
@@ -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.
  */
 
index 20dc372..24a5ba3 100644 (file)
@@ -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
index c44a1ff..d45dd7f 100644 (file)
@@ -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 <a href="../org.tizen.native.appprogramming/html/guide/base/thread.htm">Thread</a>.
  *
index 841df25..76db340 100644 (file)
@@ -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 <a href="../org.tizen.native.appprogramming/html/guide/base/datetime_timespan.htm">DateTime and TimeSpan</a>.
  *
index c71b239..a34bd43 100644 (file)
@@ -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.
index 8654e27..c3fd881 100644 (file)
@@ -48,7 +48,7 @@ namespace Tizen { namespace Text
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_all_text_data.htm">Converting All Text Data at Once</a>.
  * 
- * For more information on the supported encoding types, see <a href="../org.tizen.native.appprogramming/html/guide/text/text.htm>Encoding standards in Tizen</a>.
+ * For more information on the supported encoding types, see <a href="../org.tizen.native.appprogramming/html/guide/text/text.htm">Encoding standards in %Tizen</a>.
  *
  * 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 <a href="../org.tizen.native.appprogramming/html/guide/text/text.htm>Encoding standards in Tizen</a>.
+        *                              For more information on the supported encoding types, see <a href="../org.tizen.native.appprogramming/html/guide/text/text.htm">Encoding standards in %Tizen</a>.
         * @see                 Tizen::Text::Encoding::GetAvailableEncodingsN()
         */
        static Encoding* GetEncodingN(const Tizen::Base::String& encodingType);
index fd2c4ae..ef2efcb 100644 (file)
 #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
 {