docs: add the last docs for efl_io_manager eo class
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 8 Dec 2017 16:09:46 +0000 (17:09 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 8 Dec 2017 16:09:46 +0000 (17:09 +0100)
src/lib/eio/efl_io_manager.eo

index 39c89c3..dfa33b4 100644 (file)
@@ -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.]]
   }