Cleanup: move public doc-strings into headers for 'editors'

Ref T92709
This commit is contained in:
2021-12-09 00:55:11 +11:00
parent 8f1997975d
commit 61776befc3
338 changed files with 4500 additions and 3317 deletions

View File

@@ -66,6 +66,9 @@ void attribute_search_add_items(
} // namespace blender::ui
/**
* Override this for all available tree types.
*/
blender::ui::AbstractTreeView *UI_block_add_view(
uiBlock &block,
blender::StringRef idname,