Eo override: Document class.
authorTom Hacohen <tom@stosb.com>
Mon, 23 May 2016 15:48:19 +0000 (16:48 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 23 May 2016 15:48:27 +0000 (16:48 +0100)
src/lib/eo/eo_override.eo

index 77cc05f..c9e7429 100644 (file)
@@ -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;
 }