stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a41fe1bea69ec42908d73a3815f3fdfb233756eb
commit a41fe1bea69ec42908d73a3815f3fdfb233756eb Author: Stefan Schmidt <[email protected]> Date: Thu Oct 27 16:52:00 2016 +0200 docs: eo: document last missing structs With this commits we reach 100% eo docs coverage for structs. --- src/lib/eo/eina_types.eot | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index 99c61af..fcc0c81 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot @@ -6,7 +6,8 @@ struct @extern Eina.Rectangle { w: int; [[Width of the rectangle]] h: int; [[Height of the rectangle]] } -struct @extern Eina.File; + +struct @extern Eina.File; [[Eina file data structure]] struct @extern Eina.Matrix3 { [[Eina 3x3 Matrix]] @@ -23,11 +24,11 @@ struct @extern Eina.Matrix3 { zz: double; [[ZZ matrix value]] } -struct @extern Eina.Inarray; +struct @extern Eina.Inarray; [[Eina inarray data structure]] type @extern Eina.Unicode: uint32; -struct @extern Eina.File.Direct.Info; +struct @extern Eina.File.Direct.Info; [[Eina file direct information data structure]] /*{ path_lenght: size_t; [[Size of the whole path]] name_length: size_t; [[Size of the filename/basename component]] @@ -45,7 +46,7 @@ enum @extern Eina.Xattr.Flags { type @extern Eina.Error: int; -struct @extern @free(eina_binbuf_free) Eina.Binbuf; +struct @extern @free(eina_binbuf_free) Eina.Binbuf; [[Eina binbuf data structure]] struct @extern Eina.Slice { [[A linear, read-only, memory segment]] --
