docs: module: add some missing docs in our modules using eo

This commit is contained in:
Stefan Schmidt 2016-11-11 10:59:08 +01:00
parent 6a322b1b2c
commit 1976a02951
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
class Elm.Web.None (Elm.Web)
{
[[Elementary web module class]]
implements {
Efl.Canvas.Group.group_add;
Elm.Web.tab_propagate.get;

View File

@ -1,4 +1,5 @@
class Evas.Ector.GL.Buffer (Efl.Object, Evas.Ector.Buffer, Ector.GL.Buffer.Base)
{
[[Evas ector GL buffer class]]
data: null;
}