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 <ideasman42@gmail.com>2020-09-12 09:33:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-12 09:33:34 +0300
commit8c1726918374e1d2d2123e17bae8db5aadde3433 (patch)
treebf6890c679d5eec336af5bc2424c8580934c0613 /source/blender/imbuf/intern/dds/Image.h
parent4c24e8e992c78d812cdfcb90e3aa648714597ae1 (diff)
Cleanup: use C style doxygen comments
Diffstat (limited to 'source/blender/imbuf/intern/dds/Image.h')
-rw-r--r--source/blender/imbuf/intern/dds/Image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/dds/Image.h b/source/blender/imbuf/intern/dds/Image.h
index 4ccfec99445..0f977641d89 100644
--- a/source/blender/imbuf/intern/dds/Image.h
+++ b/source/blender/imbuf/intern/dds/Image.h
@@ -32,7 +32,7 @@
#include "Color.h"
#include "Common.h"
-/// 32 bit RGBA image.
+/** 32 bit RGBA image. */
class Image {
public:
enum Format {