elua lib: docs for elua_state_include_path_add
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Mon, 20 Apr 2015 15:09:37 +0000 (16:09 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 6 May 2015 14:05:22 +0000 (15:05 +0100)
src/lib/elua/Elua.h

index c2a9d12..32c7af1 100644 (file)
@@ -263,6 +263,13 @@ EAPI Eina_Stringshare *elua_state_apps_dir_get(const Elua_State *es);
  */
 EAPI Eina_Stringshare *elua_state_prog_name_get(const Elua_State *es);
 
+/**
+ * @brief Add another path to look up modules in to the state.
+ *
+ * @param[in] es The Elua state.
+ *
+ * @ingroup Elua
+ */
 EAPI void elua_state_include_path_add(Elua_State *es, const char *path);
 
 EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es);