From 1998fe860918919aa6fbeafae5b3b7ad3df9e058 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 21 Aug 2022 23:02:27 -0700 Subject: [PATCH] objects.tag: Update the property documentation. --- objects/tag.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/tag.c b/objects/tag.c index f9ec5cce2..87bff22a0 100644 --- a/objects/tag.c +++ b/objects/tag.c @@ -262,7 +262,7 @@ lua_class_t tag_class; * @DOC_sequences_tag_name_EXAMPLE@ * * @property name - * @tparam string name + * @tparam[opt=""] string name * @propemits false false */ @@ -272,7 +272,7 @@ lua_class_t tag_class; * @DOC_sequences_tag_selected_EXAMPLE@ * * @property selected - * @tparam boolean selected + * @tparam[opt=false] boolean selected * @propemits false false */ @@ -280,7 +280,7 @@ lua_class_t tag_class; * True if the tag is active and can be used. * * @property activated - * @tparam boolean activated + * @tparam[opt=true] boolean activated * @propemits false false */