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:
Diffstat (limited to 'source/blender/imbuf/intern/dds/Color.h')
-rw-r--r--source/blender/imbuf/intern/dds/Color.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/dds/Color.h b/source/blender/imbuf/intern/dds/Color.h
index d0b67d4638c..4a9202617f5 100644
--- a/source/blender/imbuf/intern/dds/Color.h
+++ b/source/blender/imbuf/intern/dds/Color.h
@@ -29,7 +29,7 @@
#pragma once
-/// 32 bit color stored as BGRA.
+/** 32 bit color stored as BGRA. */
class Color32 {
public:
Color32()
@@ -93,7 +93,7 @@ class Color32 {
};
};
-/// 16 bit 565 BGR color.
+/** 16 bit 565 BGR color. */
class Color16 {
public:
Color16()