docs: document all missing type defines in our eo files

With this commit we reach 100% alias doc coverage for our eo files.
This commit is contained in:
Stefan Schmidt 2016-11-03 11:54:47 +01:00
parent 42426735e8
commit 4a66bd14b7
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
type @extern cairo_t: void_ptr;
type @extern cairo_t: void_ptr; [[cairo_t type]]
class Ector.Cairo.Surface (Efl.Object, Ector.Surface)
{

View File

@ -1,2 +1,2 @@
type @extern GLshort: short; /* FIXME: We should not expose this in the API but probably redefine it. */
type @extern GLshort: short; [[GLshort type]] /* FIXME: We should not expose this in the API but probably redefine it. */

View File

@ -1,4 +1,4 @@
type Efl_Font_Size: int;
type Efl_Font_Size: int; [[Efl font size type]]
interface Efl.Text.Properties
{

View File

@ -1,4 +1,4 @@
type @extern Eio_Filter_Direct_Cb: __undefined_type;
type @extern Eio_Filter_Direct_Cb: __undefined_type; [[Eio filter direct callback type]]
class Eio.Model (Efl.Object, Efl.Model)
{

View File

@ -26,7 +26,7 @@ struct @extern Eina.Matrix3 {
struct @extern Eina.Inarray; [[Eina inarray data structure]]
type @extern Eina.Unicode: uint32;
type @extern Eina.Unicode: uint32; [[Eina unicode type]]
struct @extern Eina.File.Direct.Info; [[Eina file direct information data structure]]
/*{
@ -44,7 +44,7 @@ enum @extern Eina.Xattr.Flags {
created [[This will only succeed if the extended attribute wasn't previously set]]
}
type @extern Eina.Error: int;
type @extern Eina.Error: int; [[Eina error type]]
struct @extern @free(eina_binbuf_free) Eina.Binbuf; [[Eina binbuf data structure]]