summaryrefslogtreecommitdiff
path: root/src/lib/elm_bg.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_bg.eo')
-rw-r--r--src/lib/elm_bg.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elm_bg.eo b/src/lib/elm_bg.eo
index cb9cf3ec0..20c7e9be8 100644
--- a/src/lib/elm_bg.eo
+++ b/src/lib/elm_bg.eo
@@ -48,7 +48,7 @@ class Elm_Bg (Elm_Layout)
@see elm_bg_color_get()
@ingroup Bg */
- legacy null; /* legacy doesn't have 'a' param */
+ legacy: null; /* legacy doesn't have 'a' param */
}
get {
/*@
@@ -60,7 +60,7 @@ class Elm_Bg (Elm_Layout)
@see elm_bg_color_get() for more details
@ingroup Bg */
- legacy null; /* legacy doesn't have 'a' param */
+ legacy: null; /* legacy doesn't have 'a' param */
}
values {
int r; /*@ The red color component's value */
@@ -94,7 +94,7 @@ class Elm_Bg (Elm_Layout)
that method on this object.
@ingroup Bg */
- return bool;
+ return: bool;
}
get {
/*@