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/blentranslation')
-rw-r--r--source/blender/blentranslation/BLT_lang.h3
-rw-r--r--source/blender/blentranslation/BLT_translation.h3
-rw-r--r--source/blender/blentranslation/intern/blt_lang.c3
-rw-r--r--source/blender/blentranslation/intern/blt_translation.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/source/blender/blentranslation/BLT_lang.h b/source/blender/blentranslation/BLT_lang.h
index c2674ad60b7..3000c2f66a6 100644
--- a/source/blender/blentranslation/BLT_lang.h
+++ b/source/blender/blentranslation/BLT_lang.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup blt
+/** \file
+ * \ingroup blt
*/
#ifndef __BLT_LANG_H__
diff --git a/source/blender/blentranslation/BLT_translation.h b/source/blender/blentranslation/BLT_translation.h
index 7e562aa8c02..8dadf39c006 100644
--- a/source/blender/blentranslation/BLT_translation.h
+++ b/source/blender/blentranslation/BLT_translation.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup blt
+/** \file
+ * \ingroup blt
*/
diff --git a/source/blender/blentranslation/intern/blt_lang.c b/source/blender/blentranslation/intern/blt_lang.c
index c20c0a2a044..b7f6fcd0b66 100644
--- a/source/blender/blentranslation/intern/blt_lang.c
+++ b/source/blender/blentranslation/intern/blt_lang.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup blt
+/** \file
+ * \ingroup blt
*
* Main internationalization functions to set the locale and query available languages.
*/
diff --git a/source/blender/blentranslation/intern/blt_translation.c b/source/blender/blentranslation/intern/blt_translation.c
index 0d47d0dd39e..0245a1a0c35 100644
--- a/source/blender/blentranslation/intern/blt_translation.c
+++ b/source/blender/blentranslation/intern/blt_translation.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup blt
+/** \file
+ * \ingroup blt
*
* Manages translation files and provides translation functions.
* (which are optional and can be disabled as a preference).