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>2021-09-15 03:50:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-15 03:53:12 +0300
commit97de4f07a3872365f7924f7c31980eebb79041d0 (patch)
tree271c18ce3da5d534b2c90a2c76a09724e53c56c6 /source/blender/blenlib/tests/BLI_color_test.cc
parente6fa74ffed5ffaf2a7cd550415d8216883fd1961 (diff)
Cleanup: doxy sections, parameter syntax
Diffstat (limited to 'source/blender/blenlib/tests/BLI_color_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_color_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_color_test.cc b/source/blender/blenlib/tests/BLI_color_test.cc
index 14796e6bf71..a91c743b133 100644
--- a/source/blender/blenlib/tests/BLI_color_test.cc
+++ b/source/blender/blenlib/tests/BLI_color_test.cc
@@ -128,6 +128,6 @@ TEST(color, SceneLinearByteDecoding)
EXPECT_NEAR(0.5f, decoded.a, 0.01f);
}
-/* \} */
+/** \} */
} // namespace blender::tests