Adding readonly ldoc tag

This commit is contained in:
Sergey 2021-10-26 18:07:20 -04:00
parent 60dfa3f6bd
commit 899f9c8879
1 changed files with 8 additions and 0 deletions

View File

@ -475,6 +475,14 @@ add_custom_tag {
auto_subtags = false
}
-- Mark the item as readonly.
-- This tag should be used to mark readonly properties.
-- @readonly
add_custom_tag {
name = "readonly",
hidden = true,
auto_subtags = false
}
-- More fitting section names
kind_names={topic='Documentation', module='Libraries', script='Sample files'}