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-10-06 03:37:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-06 05:23:13 +0300
commit0d68d7baa3c55971ce6640738716690ff819a052 (patch)
treedd2b20f7fe65fc9aabb396222717300f4da4b933 /source/blender/blenlib
parent8113b8391ae0f4d1f1612fb446f2268d093b5240 (diff)
Cleanup: clang-format, correct doxy groups
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_timecode.h2
-rw-r--r--source/blender/blenlib/BLI_timer.h2
-rw-r--r--source/blender/blenlib/intern/timecode.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_timecode.h b/source/blender/blenlib/BLI_timecode.h
index 12f4f93f700..5dfd9089598 100644
--- a/source/blender/blenlib/BLI_timecode.h
+++ b/source/blender/blenlib/BLI_timecode.h
@@ -20,7 +20,7 @@
#pragma once
/** \file
- * \ingroup BLI
+ * \ingroup bli
*/
#include "BLI_compiler_attrs.h"
diff --git a/source/blender/blenlib/BLI_timer.h b/source/blender/blenlib/BLI_timer.h
index 19275ff5b9a..c219b5502f3 100644
--- a/source/blender/blenlib/BLI_timer.h
+++ b/source/blender/blenlib/BLI_timer.h
@@ -22,7 +22,7 @@
#include "BLI_sys_types.h"
/** \file
- * \ingroup BLI
+ * \ingroup bli
*/
#ifdef __cplusplus
diff --git a/source/blender/blenlib/intern/timecode.c b/source/blender/blenlib/intern/timecode.c
index 69c383061fc..13f95ddf264 100644
--- a/source/blender/blenlib/intern/timecode.c
+++ b/source/blender/blenlib/intern/timecode.c
@@ -18,7 +18,7 @@
*/
/** \file
- * \ingroup blendlib
+ * \ingroup bli
*
* Time-Code string formatting
*/