objects.tag: Update the property documentation.
This commit is contained in:
parent
f30800ec4e
commit
1998fe8609
|
@ -262,7 +262,7 @@ lua_class_t tag_class;
|
||||||
* @DOC_sequences_tag_name_EXAMPLE@
|
* @DOC_sequences_tag_name_EXAMPLE@
|
||||||
*
|
*
|
||||||
* @property name
|
* @property name
|
||||||
* @tparam string name
|
* @tparam[opt=""] string name
|
||||||
* @propemits false false
|
* @propemits false false
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -272,7 +272,7 @@ lua_class_t tag_class;
|
||||||
* @DOC_sequences_tag_selected_EXAMPLE@
|
* @DOC_sequences_tag_selected_EXAMPLE@
|
||||||
*
|
*
|
||||||
* @property selected
|
* @property selected
|
||||||
* @tparam boolean selected
|
* @tparam[opt=false] boolean selected
|
||||||
* @propemits false false
|
* @propemits false false
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -280,7 +280,7 @@ lua_class_t tag_class;
|
||||||
* True if the tag is active and can be used.
|
* True if the tag is active and can be used.
|
||||||
*
|
*
|
||||||
* @property activated
|
* @property activated
|
||||||
* @tparam boolean activated
|
* @tparam[opt=true] boolean activated
|
||||||
* @propemits false false
|
* @propemits false false
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue