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/blenlib/BLI_endian_switch_inline.h')
-rw-r--r--source/blender/blenlib/BLI_endian_switch_inline.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_endian_switch_inline.h b/source/blender/blenlib/BLI_endian_switch_inline.h
index 7e0bb58979c..68e4cb95033 100644
--- a/source/blender/blenlib/BLI_endian_switch_inline.h
+++ b/source/blender/blenlib/BLI_endian_switch_inline.h
@@ -22,8 +22,7 @@
# error "this file isnt to be directly included"
#endif
-/** \file blender/blenlib/BLI_endian_switch_inline.h
- * \ingroup bli
+/** \file \ingroup bli
*/
/* note: using a temp char to switch endian is a lot slower,