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
parent1ba20947cc0b38d4b6cc9314eb7d8629c5a2add5 (diff)
Cleanup: remove argument to doxygen \file
Doxygen doesn't require this to be set.
-rw-r--r--intern/itasc/WSDLSSolver.cpp2
-rw-r--r--source/blender/blenkernel/intern/image_partial_update.cc2
-rw-r--r--source/blender/editors/asset/intern/asset_indexer.cc1
-rw-r--r--source/blender/imbuf/intern/webp.c2
4 files changed, 3 insertions, 4 deletions
diff --git a/intern/itasc/WSDLSSolver.cpp b/intern/itasc/WSDLSSolver.cpp
index 28d0e4de7ff..bd1f1407185 100644
--- a/intern/itasc/WSDLSSolver.cpp
+++ b/intern/itasc/WSDLSSolver.cpp
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later
* Copyright 2009 Ruben Smits. */
-/** \file itasc/WSDLSSolver.cpp
+/** \file
* \ingroup intern_itasc
*/
diff --git a/source/blender/blenkernel/intern/image_partial_update.cc b/source/blender/blenkernel/intern/image_partial_update.cc
index 4606a14ab69..c77ee77a5f2 100644
--- a/source/blender/blenkernel/intern/image_partial_update.cc
+++ b/source/blender/blenkernel/intern/image_partial_update.cc
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright 2021 Blender Foundation. */
/**
- * \file image_gpu_partial_update.cc
+ * \file
* \ingroup bke
*
* To reduce the overhead of image processing this file contains a mechanism to detect areas of the
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.
diff --git a/source/blender/imbuf/intern/webp.c b/source/blender/imbuf/intern/webp.c
index 1070920e458..89e1686493d 100644
--- a/source/blender/imbuf/intern/webp.c
+++ b/source/blender/imbuf/intern/webp.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/** \file blender/imbuf/intern/webp.c
+/** \file
* \ingroup imbuf
*/