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_fileops.h')
-rw-r--r--source/blender/blenlib/BLI_fileops.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_fileops.h b/source/blender/blenlib/BLI_fileops.h
index 8c62a465aca..10cac63ec33 100644
--- a/source/blender/blenlib/BLI_fileops.h
+++ b/source/blender/blenlib/BLI_fileops.h
@@ -17,8 +17,9 @@
* All rights reserved.
*/
-/** \file \ingroup bli
- * \brief File and directory operations.
+/** \file
+ * \ingroup bli
+ * \brief File and directory operations.
* */
#ifndef __BLI_FILEOPS_H__