[3.0] Add doxygen of typedef
authordahyeong.kim <dahyeong.kim@samsung.com>
Thu, 18 Jul 2013 10:29:13 +0000 (19:29 +0900)
committerdahyeong.kim <dahyeong.kim@samsung.com>
Thu, 18 Jul 2013 10:29:13 +0000 (19:29 +0900)
Change-Id: I7a6ce441dd30ef104e64fa0cf92c797e2e839a37
Signed-off-by: dahyeong.kim <dahyeong.kim@samsung.com>
inc/FBaseDataType.h

index 65f321a..1a83392 100644 (file)
@@ -40,14 +40,24 @@ namespace Tizen { namespace Base
 class String;
 }}
 
+/**
+ * The user ID for authentication
+ * @since 2.0
+ */
 typedef Tizen::Base::String UserId;
+
+/**
+ * The user ID for login
+ * @since 2.0
+ */
 typedef Tizen::Base::String LoginId;
 
 /**
-* The invocation ID is returned when a request is sent.
-* @since 2.0
-*/
+ * The invocation ID is returned when a request is sent.
+ * @since 2.0
+ */
 typedef long RequestId;
+
 #define INVALID_REQUEST_ID  -1
 
 // Macro to get the value in byte