doc: Add a @classsignal tag.

To be used to denote when a signal only exists on a class, rahter
than on instances + class.
This commit is contained in:
Emmanuel Lepage Vallee 2019-12-01 00:36:08 -05:00 committed by Emmanuel Lepage-Vallee
parent e77dd01e5a
commit 7705ef9f1e
1 changed files with 6 additions and 0 deletions

View File

@ -353,6 +353,12 @@ add_custom_tag {
hidden = true
}
-- Define when a signal is only emitted on a class rather than on objects.
add_custom_tag {
name = "classsignal",
hidden = true,
}
-- Specify when this an item was deprecated.
-- @deprecatedin 4.4 Optional message.
add_custom_tag {