doc: Add an `@interface` tag.

Unlike `@baseclass`, some methods (like :reset()) and properties
are implemented across multiple classes.
This commit is contained in:
Emmanuel Lepage Vallee 2019-11-28 18:52:32 -05:00
parent 3508b6a18b
commit 4168462b33
1 changed files with 7 additions and 0 deletions

View File

@ -344,6 +344,13 @@ add_custom_tag {
hidden = true hidden = true
} }
-- Define which interface a method or property implements.
-- @interface container
add_custom_tag {
name = "interface",
hidden = true
}
-- Specify when this an item was deprecated. -- Specify when this an item was deprecated.
-- @deprecatedin 4.4 Optional message. -- @deprecatedin 4.4 Optional message.
add_custom_tag { add_custom_tag {