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:
authorCampbell Barton <campbell@blender.org>2022-03-25 04:04:23 +0300
committerCampbell Barton <campbell@blender.org>2022-03-25 04:10:30 +0300
commit2eeb79805cd5fbcf4850865df3e196a6f567a671 (patch)
tree9824df8b8e315097de4b8683685e3b16509b502b /source/blender/editors/asset/intern
parent1ba20947cc0b38d4b6cc9314eb7d8629c5a2add5 (diff)
Cleanup: remove argument to doxygen \file
Doxygen doesn't require this to be set.
Diffstat (limited to 'source/blender/editors/asset/intern')
-rw-r--r--source/blender/editors/asset/intern/asset_indexer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/asset/intern/asset_indexer.cc b/source/blender/editors/asset/intern/asset_indexer.cc
index 89db5cf468d..3cc3638c299 100644
--- a/source/blender/editors/asset/intern/asset_indexer.cc
+++ b/source/blender/editors/asset/intern/asset_indexer.cc
@@ -39,7 +39,6 @@ using namespace blender::bke;
using namespace blender::bke::idprop;
/**
- * \file asset_indexer.cc
* \brief Indexer for asset libraries.
*
* Indexes are stored per input file. Each index can contain zero to multiple asset entries.