Cleanup: Correct UI view comments

This commit is contained in:
Julian Eisel 2022-07-04 15:29:24 +02:00
parent abbc8333ac
commit c63569c0e0
2 changed files with 2 additions and 3 deletions

View File

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

View File

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