Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseUtilStringTokenizer.h
index d880cc6..2c998f7 100644 (file)
@@ -18,9 +18,9 @@
  * @file               FBaseUtilStringTokenizer.h
  * @brief              This is the header file for the %StringTokenizer class.
  *
- * @see                        String()
- *
  * This header file contains the declarations of the %StringTokenizer class.
+ *
+ * @see                        Tizen::Base::String
  */
 
 #ifndef _FBASE_UTIL_STRING_TOKENIZER_H_
@@ -83,7 +83,7 @@ public:
         *
         * @param[in]   value           An instance of String to parse
         * @param[in]   delimiters      The delimiters
-        * @param[in]   isToken         A flag indicating whether to return the delimiters as tokens @n
+        * @param[in]   isToken         The flag that indicates whether to return the delimiters as tokens @n
         *                                                      Set to @c true to treat the delimiters as tokens, @n
         *                                                      else @c false to skip the delimiters.
         *
@@ -100,11 +100,11 @@ public:
        virtual ~StringTokenizer(void);
 
        /**
-        * Gets the token count indicating the number of times the GetNextToken() method can be called before it returns an error code.
+        * Gets the token count that indicates the number of times the %GetNextToken() method can be called before it returns an error code.
         *
         * @since 2.0
         *
-        * @return              An integer value indicating the number of times the GetNextToken() method can be called
+        * @return              The integer value that indicates the number of times the GetNextToken() method can be called
         */
        int GetTokenCount(void);
 
@@ -124,7 +124,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[out]  token   The next token
+        * @param[out]  token                                   The next token
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OUT_OF_RANGE                  The string tokenizer has no more tokens.
         */
@@ -136,7 +136,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[in]   delimiters      The new delimiters
+        * @param[in]   delimiters                              The new delimiters
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_INVALID_ARG                   The specified input parameter is invalid.
         *