Cleanup: Link to documentation page for asset representation type

This commit is contained in:
Julian Eisel
2022-11-09 19:37:05 +01:00
parent 5291e4c358
commit ad227e73f3

View File

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