projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc16644
)
Eo override: Document class.
author
Tom Hacohen
<tom@stosb.com>
Mon, 23 May 2016 15:48:19 +0000
(16:48 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Mon, 23 May 2016 15:48:27 +0000
(16:48 +0100)
src/lib/eo/eo_override.eo
patch
|
blob
|
history
diff --git
a/src/lib/eo/eo_override.eo
b/src/lib/eo/eo_override.eo
index
77cc05f
..
c9e7429
100644
(file)
--- a/
src/lib/eo/eo_override.eo
+++ b/
src/lib/eo/eo_override.eo
@@
-1,4
+1,8
@@
abstract Eo.Override ()
{
+ [[A special class to pass to #eo_super() when using @Eo.Base.override
+
+ Shouldn't be inherited from or anything of this sort.
+ ]]
data: null;
}