diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-10-27 16:52:00 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-10-27 18:22:42 +0200 |
commit | a41fe1bea69ec42908d73a3815f3fdfb233756eb (patch) | |
tree | 9f67ad155481fe821088a3d951f0893a53dd6a34 /src/lib/eo/eina_types.eot | |
parent | 0fd32899ec7eae7a5a0e11ee0f8f694867aa90e2 (diff) |
docs: eo: document last missing structs
With this commits we reach 100% eo docs coverage for structs.
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index 99c61af457..fcc0c814c3 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -6,7 +6,8 @@ struct @extern Eina.Rectangle { | |||
6 | w: int; [[Width of the rectangle]] | 6 | w: int; [[Width of the rectangle]] |
7 | h: int; [[Height of the rectangle]] | 7 | h: int; [[Height of the rectangle]] |
8 | } | 8 | } |
9 | struct @extern Eina.File; | 9 | |
10 | struct @extern Eina.File; [[Eina file data structure]] | ||
10 | 11 | ||
11 | struct @extern Eina.Matrix3 { | 12 | struct @extern Eina.Matrix3 { |
12 | [[Eina 3x3 Matrix]] | 13 | [[Eina 3x3 Matrix]] |
@@ -23,11 +24,11 @@ struct @extern Eina.Matrix3 { | |||
23 | zz: double; [[ZZ matrix value]] | 24 | zz: double; [[ZZ matrix value]] |
24 | } | 25 | } |
25 | 26 | ||
26 | struct @extern Eina.Inarray; | 27 | struct @extern Eina.Inarray; [[Eina inarray data structure]] |
27 | 28 | ||
28 | type @extern Eina.Unicode: uint32; | 29 | type @extern Eina.Unicode: uint32; |
29 | 30 | ||
30 | struct @extern Eina.File.Direct.Info; | 31 | struct @extern Eina.File.Direct.Info; [[Eina file direct information data structure]] |
31 | /*{ | 32 | /*{ |
32 | path_lenght: size_t; [[Size of the whole path]] | 33 | path_lenght: size_t; [[Size of the whole path]] |
33 | name_length: size_t; [[Size of the filename/basename component]] | 34 | name_length: size_t; [[Size of the filename/basename component]] |
@@ -45,7 +46,7 @@ enum @extern Eina.Xattr.Flags { | |||
45 | 46 | ||
46 | type @extern Eina.Error: int; | 47 | type @extern Eina.Error: int; |
47 | 48 | ||
48 | struct @extern @free(eina_binbuf_free) Eina.Binbuf; | 49 | struct @extern @free(eina_binbuf_free) Eina.Binbuf; [[Eina binbuf data structure]] |
49 | 50 | ||
50 | struct @extern Eina.Slice { | 51 | struct @extern Eina.Slice { |
51 | [[A linear, read-only, memory segment]] | 52 | [[A linear, read-only, memory segment]] |