From: sanjeev Date: Sat, 22 Oct 2011 02:21:16 +0000 (+0000) Subject: Minor documentation enhancements for elementary. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1528 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b6d2839d8aa45bab4791c75a8deb7567201a3da;p=framework%2Fuifw%2Felementary.git Minor documentation enhancements for elementary. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64286 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index c51e822..abf3b5b 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -749,7 +749,7 @@ extern "C" { * shared data directory for data files. For example, if the system * directory is @c /usr/local/share, then this directory name is * appended, creating @c /usr/local/share/myapp, if it @p was @c - * "myapp". It is expected the application installs data files in + * "myapp". It is expected that the application installs data files in * this directory. * * The @p checkfile is a file name or path of something inside the @@ -773,7 +773,7 @@ extern "C" { /** * Provide information on the @b fallback application's binaries - * directory, on scenarios where they get overriden by + * directory, in scenarios where they get overriden by * elm_app_info_set(). * * @param dir The path to the default binaries directory (compile time @@ -843,7 +843,7 @@ extern "C" { * elm_app_info_set() and the way (environment) the application was * run from. * - * @return The directory prefix the application is actually using + * @return The directory prefix the application is actually using. */ EAPI const char *elm_app_prefix_dir_get(void); @@ -853,7 +853,7 @@ extern "C" { * was run from. * * @return The binaries directory prefix the application is actually - * using + * using. */ EAPI const char *elm_app_bin_dir_get(void); @@ -863,7 +863,7 @@ extern "C" { * was run from. * * @return The libraries directory prefix the application is actually - * using + * using. */ EAPI const char *elm_app_lib_dir_get(void); @@ -873,7 +873,7 @@ extern "C" { * was run from. * * @return The data directory prefix the application is actually - * using + * using. */ EAPI const char *elm_app_data_dir_get(void); @@ -883,7 +883,7 @@ extern "C" { * was run from. * * @return The locale directory prefix the application is actually - * using + * using. */ EAPI const char *elm_app_locale_dir_get(void); @@ -904,7 +904,7 @@ extern "C" { EAPI Eina_Bool elm_need_e_dbus(void); /** - * This must be called before any other function that handle with + * This must be called before any other function that deals with * elm_thumb objects or ethumb_client instances. * * @ingroup Thumb @@ -912,7 +912,7 @@ extern "C" { EAPI Eina_Bool elm_need_ethumb(void); /** - * This must be called before any other function that handle with + * This must be called before any other function that deals with * elm_web objects or ewk_view instances. * * @ingroup Web @@ -942,7 +942,7 @@ extern "C" { EAPI Eina_Bool elm_policy_set(unsigned int policy, int value); /** - * Gets the policy value set for given policy identifier. + * Gets the policy value for given policy identifier. * * @param policy policy identifier, as in #Elm_Policy. * @return The currently set policy value, for that