diff --git a/docs/config.ld b/docs/config.ld index 4ea87c89..a48f7b05 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -99,10 +99,10 @@ kind_names={topic='Documentation', module='Libraries', script='Sample files'} sort_modules=true -- Add more project level (left side index) types. +new_type("coreclassmod", "Core_components" , true) new_type("widgetmod" , "Widgets" , true) new_type("containermod", "Widget_containers", true) new_type("layoutmod" , "Widget_layouts" , true) -new_type("coreclassmod", "Core_components" , true) new_type("popupmod" , "Popups_and_bars" , true) new_type("utillib" , "Utility_libraries", true) new_type("themelib" , "Theme_related_libraries", true)