stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f288dfde0ba005936c49b2221c8f3f94794002c

commit 5f288dfde0ba005936c49b2221c8f3f94794002c
Author: Stefan Schmidt <[email protected]>
Date:   Fri Dec 8 17:09:46 2017 +0100

    docs: add the last docs for efl_io_manager eo class
---
 src/lib/eio/efl_io_manager.eo | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/eio/efl_io_manager.eo b/src/lib/eio/efl_io_manager.eo
index 39c89c3077..dfa33b439a 100644
--- a/src/lib/eio/efl_io_manager.eo
+++ b/src/lib/eio/efl_io_manager.eo
@@ -8,12 +8,14 @@ struct Eio.Data
 }
 
 function EflIoPath {
+  [[EflIoPath function]]
   params {
      @in paths: accessor<string>; [[Accessor to an array of path.]]
   }
 };
 
 function EflIoDirectInfo {
+  [[EflIoDirectInfo function]]
   params {
      @in entries: accessor<Eina.File.Direct.Info>; [[Accessor to an array of 
info.]]
   }

-- 


Reply via email to