Cleanup: Correct UI view comments
This commit is contained in:
@@ -54,7 +54,7 @@ void attribute_search_add_items(
|
||||
} // namespace blender::ui
|
||||
|
||||
/**
|
||||
* Override this for all available tree types.
|
||||
* Override this for all available view types.
|
||||
*/
|
||||
blender::ui::AbstractGridView *UI_block_add_view(
|
||||
uiBlock &block,
|
||||
|
@@ -33,8 +33,7 @@ using namespace blender;
|
||||
using namespace blender::ui;
|
||||
|
||||
/**
|
||||
* Wrapper to store views in a #ListBase. There's no `uiView` base class, we just store views as a
|
||||
* #std::variant.
|
||||
* Wrapper to store views in a #ListBase, addressable via an identifier.
|
||||
*/
|
||||
struct ViewLink : public Link {
|
||||
std::string idname;
|
||||
|
Reference in New Issue
Block a user