From: Hyunbin Lee Date: Thu, 11 Apr 2013 11:35:37 +0000 (+0900) Subject: Update doxygen X-Git-Tag: accepted/tizen_2.1/20130425.034849~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cca5dc9dcfc87ffe20817c24695a5299dd2ba04a;p=platform%2Fframework%2Fnative%2Fappfw.git Update doxygen Change-Id: I2dcf1f7d0cc52b7fe35e80668fd20470649b56f5 Signed-off-by: Hyunbin Lee --- diff --git a/inc/FSysEnvironment.h b/inc/FSysEnvironment.h index 0498d0f..98b1769 100644 --- a/inc/FSysEnvironment.h +++ b/inc/FSysEnvironment.h @@ -39,22 +39,22 @@ namespace Tizen { namespace System */ enum PredefinedDirectoryType { - PREDEFINED_DIRECTORY_IMAGES = 0, /** The directory for image files to be stored in internal storage (read-write permission) */ - PREDEFINED_DIRECTORY_SOUNDS, /** The directory for sound files to be stored in internal storage (read-write permission) */ - PREDEFINED_DIRECTORY_VIDEOS, /** The directory for video files to be stored in internal storage (read-write permission) */ - PREDEFINED_DIRECTORY_CAMERA, /** The directory for files to be stored in internal storage by camera application (read-write permission) */ - PREDEFINED_DIRECTORY_DOWNLOADS, /** The directory for files to be stored in internal storage by download manager (read-write permission) */ - PREDEFINED_DIRECTORY_OTHERS, /** The directory for other files to be stored in internal storage (read-write permission) */ - - PREDEFINED_DIRECTORY_EXTERNAL_IMAGES = 100, /** The directory for image files to be stored in external MMC (read-write permission) */ - PREDEFINED_DIRECTORY_EXTERNAL_SOUNDS, /** The directory for sound files to be stored in external MMC (read-write permission) */ - PREDEFINED_DIRECTORY_EXTERNAL_VIDEOS, /** The directory for video files to be stored in external MMC (read-write permission) */ - PREDEFINED_DIRECTORY_EXTERNAL_CAMERA, /** The directory for files to be stored in external MMC by camera application (read-write permission) */ - PREDEFINED_DIRECTORY_EXTERNAL_DOWNLOADS, /** The directory for files to be stored in external MMC by download manager (read-write permission) */ - PREDEFINED_DIRECTORY_EXTERNAL_OTHERS, /** The directory for other files to be stored in external MMC (read-write permission) */ - - PREDEFINED_DIRECTORY_APPLICATIONS = 200, /** The directory for applications to be installed in internal storage (read-only permission) */ - PREDEFINED_DIRECTORY_EXTERNAL_APPLICATIONS, /** The directory for applications to be installed in external MMC (read-only permission) */ + PREDEFINED_DIRECTORY_IMAGES = 0, /**< The directory for image files to be stored in internal storage (read-write permission) */ + PREDEFINED_DIRECTORY_SOUNDS, /**< The directory for sound files to be stored in internal storage (read-write permission) */ + PREDEFINED_DIRECTORY_VIDEOS, /**< The directory for video files to be stored in internal storage (read-write permission) */ + PREDEFINED_DIRECTORY_CAMERA, /**< The directory for files to be stored in internal storage by camera application (read-write permission) */ + PREDEFINED_DIRECTORY_DOWNLOADS, /**< The directory for files to be stored in internal storage by download manager (read-write permission) */ + PREDEFINED_DIRECTORY_OTHERS, /**< The directory for other files to be stored in internal storage (read-write permission) */ + + PREDEFINED_DIRECTORY_EXTERNAL_IMAGES = 100, /**< The directory for image files to be stored in external MMC (read-write permission) */ + PREDEFINED_DIRECTORY_EXTERNAL_SOUNDS, /**< The directory for sound files to be stored in external MMC (read-write permission) */ + PREDEFINED_DIRECTORY_EXTERNAL_VIDEOS, /**< The directory for video files to be stored in external MMC (read-write permission) */ + PREDEFINED_DIRECTORY_EXTERNAL_CAMERA, /**< The directory for files to be stored in external MMC by camera application (read-write permission) */ + PREDEFINED_DIRECTORY_EXTERNAL_DOWNLOADS, /**< The directory for files to be stored in external MMC by download manager (read-write permission) */ + PREDEFINED_DIRECTORY_EXTERNAL_OTHERS, /**< The directory for other files to be stored in external MMC (read-write permission) */ + + PREDEFINED_DIRECTORY_APPLICATIONS = 200, /**< The directory for applications to be installed in internal storage (read-only permission) */ + PREDEFINED_DIRECTORY_EXTERNAL_APPLICATIONS, /**< The directory for applications to be installed in external MMC (read-only permission) */ }; /**