* 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*/
};
/**