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-02-09 10:09:08 +0300
committerCampbell Barton <campbell@blender.org>2022-02-09 10:10:43 +0300
commit19100aa57d847699d17527b76c2fab1f4ab88885 (patch)
tree0f31e7a878e91b28c5d566d6df4e99b12df314fa /source/blender/imbuf/intern/dds/FlipDXT.cpp
parent2c7f2a0ba42898e248920ecd3a03e49c0d9f99a8 (diff)
Cleanup: move file descriptions into doxygen file section
Also other minor corrections & reformat particle system copyright.
Diffstat (limited to 'source/blender/imbuf/intern/dds/FlipDXT.cpp')
-rw-r--r--source/blender/imbuf/intern/dds/FlipDXT.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/dds/FlipDXT.cpp b/source/blender/imbuf/intern/dds/FlipDXT.cpp
index 6686d56e9d1..a3cd8056290 100644
--- a/source/blender/imbuf/intern/dds/FlipDXT.cpp
+++ b/source/blender/imbuf/intern/dds/FlipDXT.cpp
@@ -31,8 +31,11 @@
* All rights reserved.
*/
-/* This file comes from the chromium project, adapted to Blender to add DDS
- * flipping to OpenGL convention for Blender */
+/** \file
+ * \ingroup imbdds
+ * This file comes from the chromium project, adapted to Blender to add DDS
+ * flipping to OpenGL convention for Blender.
+ */
#include "IMB_imbuf_types.h"