mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Adding readonly ldoc tag
This commit is contained in:
parent
60dfa3f6bd
commit
899f9c8879
1 changed files with 8 additions and 0 deletions
|
@ -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'}
|
||||
|
||||
|
|
Loading…
Reference in a new issue