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_filter.h
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_filter.h')
-rw-r--r--source/blender/editors/asset/ED_asset_filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/asset/ED_asset_filter.h b/source/blender/editors/asset/ED_asset_filter.h
index de18b5fff1e..3b92baea117 100644
--- a/source/blender/editors/asset/ED_asset_filter.h
+++ b/source/blender/editors/asset/ED_asset_filter.h
@@ -16,6 +16,8 @@
/** \file
* \ingroup edasset
+ *
+ * Functions for filtering assets.
*/
#pragma once