objects.tag: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:27 -07:00
parent f30800ec4e
commit 1998fe8609
1 changed files with 3 additions and 3 deletions

View File

@ -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
*/