Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-12-09 13:56:52 +0300
committerJulian Eisel <julian@blender.org>2021-12-09 14:35:15 +0300
commit9183f9f8602aac82aae5319d5a9e75bc830b3fa7 (patch)
treef8101a44d2172bf326e7f921c59cf1bc81d6f81d /source/blender/editors/asset/ED_asset_catalog.hh
parent50f378e5c8cc6aeda7e3e6d1adee2ba787a438a7 (diff)
Cleanup/Documentation: Add/move comments for asset files
Adds some basic high-level explanations for editor/UI level asset APIs. Also moves one such comment from the source file to the header file, so it's in the same file as other API comments.
Diffstat (limited to 'source/blender/editors/asset/ED_asset_catalog.hh')
-rw-r--r--source/blender/editors/asset/ED_asset_catalog.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/editors/asset/ED_asset_catalog.hh b/source/blender/editors/asset/ED_asset_catalog.hh
index cbfce16e9eb..d4df15561d0 100644
--- a/source/blender/editors/asset/ED_asset_catalog.hh
+++ b/source/blender/editors/asset/ED_asset_catalog.hh
@@ -16,6 +16,11 @@
/** \file
* \ingroup edasset
+ *
+ * UI/Editor level API for catalog operations, creating richer functionality than the BKE catalog
+ * API provides (which this uses internally).
+ *
+ * Note that `ED_asset_catalog.h` is part of this API.
*/
#pragma once