From ad227e73f35dbe5b0c4a281ce471411e0ec97b87 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Wed, 9 Nov 2022 19:37:05 +0100 Subject: Cleanup: Link to documentation page for asset representation type --- source/blender/blenkernel/BKE_asset_representation.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenkernel/BKE_asset_representation.hh b/source/blender/blenkernel/BKE_asset_representation.hh index 0297e35c18c..4de63473113 100644 --- a/source/blender/blenkernel/BKE_asset_representation.hh +++ b/source/blender/blenkernel/BKE_asset_representation.hh @@ -19,9 +19,7 @@ namespace blender::bke { /** * \brief Abstraction to reference an asset, with necessary data for display & interaction. * - * #AssetRepresentation is the data-structure to store information about a single asset. It doesn't - * contain the asset itself, but information like the metadata and preview, as well as methods to - * interact with them. Think of it like a view on an asset. + * https://wiki.blender.org/wiki/Source/Architecture/Asset_System/Back_End#Asset_Representation */ class AssetRepresentation { friend class AssetLibrary; -- cgit v1.2.3