doc: Update the ldoc config to handle the new ruled module.
This commit is contained in:
parent
2b11fcfd1c
commit
104eac0bec
|
@ -427,6 +427,7 @@ sort_modules=true
|
||||||
-- Add more project level (left side index) types.
|
-- Add more project level (left side index) types.
|
||||||
new_type("coreclassmod", "Core_components" , true)
|
new_type("coreclassmod", "Core_components" , true)
|
||||||
new_type("inputmodule" , "Input handling" , true)
|
new_type("inputmodule" , "Input handling" , true)
|
||||||
|
new_type("ruleslib" , "Declarative_rules", true)
|
||||||
new_type("widgetmod" , "Widgets" , true)
|
new_type("widgetmod" , "Widgets" , true)
|
||||||
new_type("containermod", "Widget_containers", true)
|
new_type("containermod", "Widget_containers", true)
|
||||||
new_type("layoutmod" , "Widget_layouts" , true)
|
new_type("layoutmod" , "Widget_layouts" , true)
|
||||||
|
@ -753,6 +754,8 @@ local display_type = {
|
||||||
beautiful = true,
|
beautiful = true,
|
||||||
field = true,
|
field = true,
|
||||||
deprecatedproperty = true,
|
deprecatedproperty = true,
|
||||||
|
clientruleproperty = true,
|
||||||
|
matchingproperty = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Show return values.
|
-- Show return values.
|
||||||
|
|
Loading…
Reference in New Issue