From cbae379c5b036b54a200f948e3d649b246c7e1d1 Mon Sep 17 00:00:00 2001 From: "hs321.lee" Date: Tue, 11 Jun 2013 14:22:24 +0900 Subject: [PATCH] Fix for doxygen of deprecated API Change-Id: Ibba7ae94f59636ecd19d97ed048c1b4c86a8b0f6 Signed-off-by: hs321.lee --- inc/FSclIAddressbookEventListener.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inc/FSclIAddressbookEventListener.h b/inc/FSclIAddressbookEventListener.h index 02a8f85..a14b877 100644 --- a/inc/FSclIAddressbookEventListener.h +++ b/inc/FSclIAddressbookEventListener.h @@ -57,6 +57,9 @@ public: /** * Called to notify when contacts are changed. @n * A list of ContactChangeInfo instances is passed. + * + * @brief [Deprecated] + * @deprecated This method is deprecated because the %IAddressbookEventListener interface is deprecated. * * @since 2.0 * @@ -86,7 +89,10 @@ public: /** * Called to notify when categories are changed. @n - * A list of CategoryChangeInfo instances is passed. + * A list of CategoryChangeInfo instances is passed. + * + * @brief [Deprecated] + * @deprecated This method is deprecated because the %IAddressbookEventListener interface is deprecated. * * @since 2.0 * -- 2.7.4