doc: Add an `@interface` tag.
Unlike `@baseclass`, some methods (like :reset()) and properties are implemented across multiple classes.
This commit is contained in:
parent
3508b6a18b
commit
4168462b33
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue