Doxygen header update
authorJungYumin <y_m.jung@samsung.com>
Thu, 18 Apr 2013 07:25:53 +0000 (16:25 +0900)
committerJungYumin <y_m.jung@samsung.com>
Thu, 18 Apr 2013 07:25:53 +0000 (16:25 +0900)
Change-Id: If7d74821b49e480d8a2cf950156f3d8f97d9980f
Signed-off-by: JungYumin <y_m.jung@samsung.com>
inc/FMediaAudioDecoder.h
inc/FMediaAudioEncoder.h
inc/FMediaVideoDecoder.h
inc/FMediaVideoEncoder.h

index c522d87..23d2bf8 100644 (file)
@@ -117,12 +117,11 @@ class _OSP_EXPORT_ AudioDecoder
 {
 public:
        /**
-        *      The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        *      The object is not fully constructed after this constructor is called. @n
+        *      For full construction, the Construct() method must be called right after calling this constructor.
         *
         *      @since          2.0
         *
-        *      @remarks        After creating an instance of this class, the Construct() method must be called explicitly to initialize this instance.
-        *      @see            Construct()
         */
        AudioDecoder(void);
 
@@ -252,8 +251,9 @@ public:
         *      @exception      E_OUT_OF_MEMORY                 The memory is insufficient.
         *      @exception      E_SYSTEM                                A system error has occurred.
         *      @exception      E_OBJ_NOT_FOUND                 This instance does not support any property.
-        *      @remarks        The specific error code can be accessed using the GetLastResult() method. @n
-        *                              The return value must be deleted.
+        *      @remarks        
+        *                              - The specific error code can be accessed using the GetLastResult() method.
+        *                              - The return value must be deleted.
         */
        Tizen::Base::Collection::IListT<MediaPropertyType>* GetSupportedPropertyListN(void) const;
 
index cd55842..44f8188 100644 (file)
@@ -116,8 +116,6 @@ public:
         *
         *      @since          2.0
         *
-        *      @remarks        After creating an instance of this class, the Construct() method must be called explicitly to initialize this instance.
-        *      @see            Construct()
         */
        AudioEncoder(void);
 
index 7829f51..29ddd6e 100644 (file)
@@ -116,8 +116,6 @@ public:
         *
         *      @since          2.0
         *
-        *      @remarks        After creating an instance of this class, the Construct() method must be called explicitly to initialize this instance.
-        *      @see            Construct()
         */
        VideoDecoder(void);
 
index 597b437..8b84f27 100644 (file)
@@ -118,9 +118,6 @@ public:
         *
         *      @since          2.0
         *
-        *      @remarks                 After creating an instance of this class, the Construct() method must be
-        *                                       called explicitly to initialize this instance.
-        *      @see            Construct()
         */
        VideoEncoder(void);