summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinkyoung Kang <mklove.kang@samsung.com>2013-04-10 11:11:09 +0900
committerMinkyoung Kang <mklove.kang@samsung.com>2013-04-10 11:11:09 +0900
commit215290348494b879c1e7f6962b888804a7185562 (patch)
treebdaa911ab69fccecd773da4e3c1d9c7047a20b18
parent761b12c497bb97d731daa8284ccb9b48bebda482 (diff)
downloadsocial-215290348494b879c1e7f6962b888804a7185562.tar.gz
social-215290348494b879c1e7f6962b888804a7185562.tar.bz2
social-215290348494b879c1e7f6962b888804a7185562.zip
remove Doxygen warning
Change-Id: I136ee6eb813cae2e6af5c051100a4fad7408b921
-rw-r--r--inc/FSclAccount.h2
-rw-r--r--inc/FSclAccountProvider.h2
-rw-r--r--inc/FSclCalEvent.h6
-rw-r--r--inc/FSclCalTodo.h4
-rw-r--r--inc/FSclCalendarbook.h2
-rw-r--r--inc/FSclOrganization.h2
-rw-r--r--inc/FSclRelationship.h2
-rw-r--r--inc/FSclTypes.h16
8 files changed, 18 insertions, 18 deletions
diff --git a/inc/FSclAccount.h b/inc/FSclAccount.h
index 310bc8e..9ae36e8 100644
--- a/inc/FSclAccount.h
+++ b/inc/FSclAccount.h
@@ -132,7 +132,7 @@ public:
* @since 2.1
*
* @return The key-value lists of the extended data, @n
- * else an empty list if there is no extended data, or @c null if an exception occurs (@ref String, @ref String list)
+ * else an empty list if there is no extended data, or @c null if an exception occurs (String, String list)
* @remarks The specific error code can be accessed using the GetLastResult() method.
*/
Tizen::Base::Collection::IMap* GetExtendedDataN(void) const;
diff --git a/inc/FSclAccountProvider.h b/inc/FSclAccountProvider.h
index 15ec41a..41cd1c9 100644
--- a/inc/FSclAccountProvider.h
+++ b/inc/FSclAccountProvider.h
@@ -112,7 +112,7 @@ public:
* @since 2.1
*
* @return A list of capabilities which are predefined or the vendor-specific String defined as the IRI format, @n
- * else an empty list if there is no capability, or @c null if an exception occurs (@ref String list)
+ * else an empty list if there is no capability, or @c null if an exception occurs (String list)
* @remarks The specific error code can be accessed using the GetLastResult() method.
*/
Tizen::Base::Collection::IList* GetCapabilitiesN(void) const;
diff --git a/inc/FSclCalEvent.h b/inc/FSclCalEvent.h
index 2c562ec..81d9071 100644
--- a/inc/FSclCalEvent.h
+++ b/inc/FSclCalEvent.h
@@ -657,9 +657,9 @@ public:
*/
/**
+ * @{
* @if OSPDEPREC
- * @{
- * Sets the category of the calendar event. @n
+ * Sets the category of the calendar event. @n
* If the category is not set, the default category (#EVENT_CATEGORY_APPOINTMENT) is set.
*
* @if OSPCOMPAT
@@ -677,8 +677,8 @@ public:
* they are added.
* All the other events are Coordinated Universal Time (UTC).
* In order to integrate it with the base applications, set the start and end time properly according to the above guidelines.
- * @}
* @endif
+ * @}
*/
void SetCategory(EventCategory category);
diff --git a/inc/FSclCalTodo.h b/inc/FSclCalTodo.h
index 88e556e..1eed548 100644
--- a/inc/FSclCalTodo.h
+++ b/inc/FSclCalTodo.h
@@ -256,8 +256,8 @@ public:
*/
/**
- * @if OSPDEPREC
* @{
+ * @if OSPDEPREC
* Sets the start date and due date for the current instance of %CalTodo. @n
* The due date must be later than or equal to the start date.
*
@@ -279,8 +279,8 @@ public:
* - The specified @c dueDate is earlier than the specified @c startDate.
* - The @c startDate or @c dueDate is not a valid range. @n
* The valid range of the date can be referenced from GetMaxDateTime() and GetMinDateTime().
- * @}
* @endif
+ * @}
*/
result SetStartAndDueDate(const Tizen::Base::DateTime& startDate, const Tizen::Base::DateTime& dueDate);
diff --git a/inc/FSclCalendarbook.h b/inc/FSclCalendarbook.h
index f66f149..c58d131 100644
--- a/inc/FSclCalendarbook.h
+++ b/inc/FSclCalendarbook.h
@@ -1010,7 +1010,7 @@ public:
* @exception E_SUCCESS The method is successful.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
* @exception E_INVALID_ARG The instance is invalid.
- * @exception E_OBJ_NOT_FOUND The original event of the @eventInstance is not found.
+ * @exception E_OBJ_NOT_FOUND The original event of the @c eventInstance is not found.
* @exception E_SYSTEM The method cannot proceed due to a severe system error.
* @remarks The instance's start time is added to the recurrence of original event as exception date.
*/
diff --git a/inc/FSclOrganization.h b/inc/FSclOrganization.h
index 1664a32..29de80a 100644
--- a/inc/FSclOrganization.h
+++ b/inc/FSclOrganization.h
@@ -288,7 +288,7 @@ public:
*
* @since 2.1
*
- * @param[in] filepath The file path of the logo image
+ * @param[in] filePath The file path of the logo image
* @exception E_SUCCESS The method is successful.
* @exception E_INVALID_ARG The length of the specified @c filePath exceeds system limitations.
* @exception E_FILE_NOT_FOUND The specified file cannot be found or accessed.
diff --git a/inc/FSclRelationship.h b/inc/FSclRelationship.h
index e3694a1..82183b1 100644
--- a/inc/FSclRelationship.h
+++ b/inc/FSclRelationship.h
@@ -141,7 +141,7 @@ public:
*
* @since 2.0
*
- * @param[in] name The name of the relative
+ * @param[in] relativeName The name of the relative
*/
void SetRelativeName(const Tizen::Base::String& relativeName);
diff --git a/inc/FSclTypes.h b/inc/FSclTypes.h
index cc4866e..7a1b810 100644
--- a/inc/FSclTypes.h
+++ b/inc/FSclTypes.h
@@ -646,17 +646,17 @@ enum EmailType
};
/**
- * @enum AddressType
- *
- * Defines the types of address.
- *
+* @enum AddressType
+*
+* Defines the types of address.
+*
* @since 2.0
- */
+*/
enum AddressType
{
- ADDRESS_TYPE_HOME, /**< The address type for home address*/
- ADDRESS_TYPE_WORK, /**< The address type for work address*/
- ADDRESS_TYPE_OTHER, /**< The address type for other*/
+ ADDRESS_TYPE_HOME, /**< The address type for home address */
+ ADDRESS_TYPE_WORK, /**< The address type for work address */
+ ADDRESS_TYPE_OTHER, /**< The address type for other */
ADDRESS_TYPE_CUSTOM /**< The custom type @n The actual type can be set in the label. */
};