[content] Fix a description for ContentManager
[platform/framework/native/content.git] / inc / FCntOtherContentInfo.h
index 889c733..ce63f12 100644 (file)
@@ -159,9 +159,10 @@ public:
         * @exception           E_INVALID_ARG                           The specified input parameter is invalid.
         * @exception           E_OUT_OF_MEMORY         The memory is insufficient.
         * @exception           E_IO                                                            An I/O error has occurred.
-        * @remarks             The content path must start with @c '/Media' or @c '/Storagecard/Media'. @n
-        *                       The thumbnail path must start with @c '/Home', @c '/Media', or @c '/Storagecard/Media'. @n
-        *                       The permitted format for a thumbnail image is bitmap (bmp).
+        * @remarks
+        *                                      - The content path must start with @c '/Media' or @c '/Storagecard/Media'.
+        *                                      - The thumbnail path must start with @c '/Home', @c '/Media', or @c '/Storagecard/Media'. @n
+        *                                              The permitted format for a thumbnail image is bitmap (bmp).
         * @endif
         */
        virtual result Construct(const Tizen::Base::String& contentPath, const Tizen::Base::String& thumbnailPath = L"", bool setGps = false);