efl_io_buffer: do not refer to sub-classes in its docs.

depending on the order of generation eolian was triggering some
errors. So stop refering to subclasses here.
This commit is contained in:
Gustavo Sverzut Barbieri 2016-08-23 20:01:01 -03:00
parent ba63432fdf
commit 220ef2eb21
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ class Efl.Io.Buffer (Efl.Object, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Ef
A fixed sized buffer can be implemented by setting @.limit
followed by @.preallocate
See @Efl.Io.File.
@since 1.19
]]