doc: Update the ldoc config to handle the new ruled module.

This commit is contained in:
Emmanuel Lepage Vallee 2019-08-18 01:53:07 -04:00
parent 2b11fcfd1c
commit 104eac0bec
1 changed files with 4 additions and 1 deletions

View File

@ -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.