update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 11 Jun 2013 10:21:56 +0000 (19:21 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 11 Jun 2013 10:21:56 +0000 (19:21 +0900)
Change-Id: Ie3a55ef2df266f2aa95d4faea8281b41fbab1616

inc/FCntContentTransferInfo.h

index 23c2982..9038b19 100644 (file)
@@ -38,14 +38,14 @@ class IContentTransferListener;
  * Defines the content transfer status.
  *
  * @since      2.0
- * #endif
+ * @endif
  */
 enum  ContentTransferStatus
 {
-       CONTENT_TRANSFER_STATUS_NONE,                                                                   /**< None */
-       CONTENT_TRANSFER_STATUS_DOWNLOADING,                                    /**< The Downloading status */
-       CONTENT_TRANSFER_STATUS_DOWNLOAD_COMPLETED,     /**<  The Download completed status */
-       CONTENT_TRANSFER_STATUS_DOWNLOAD_READY,                         /**<  The Download ready status */
+       CONTENT_TRANSFER_STATUS_NONE,                                                                   /**< @if OSPDEPREC None @endif */
+       CONTENT_TRANSFER_STATUS_DOWNLOADING,                                    /**< @if OSPDEPREC The Downloading status @endif*/
+       CONTENT_TRANSFER_STATUS_DOWNLOAD_COMPLETED,     /**< @if OSPDEPREC The Download completed status @endif*/
+       CONTENT_TRANSFER_STATUS_DOWNLOAD_READY,                         /**< @if OSPDEPREC The Download ready status @endif*/
 };
 
 /**