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/Color.h
parent4c24e8e992c78d812cdfcb90e3aa648714597ae1 (diff)
Cleanup: use C style doxygen comments
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()