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>2019-02-18 00:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:22:12 +0300
commitde13d0a80c3cb6a7445245b2999a29fe70e49953 (patch)
tree48ab17499c8ade363e082e5871770a9d10a8b930 /source/blender/blentranslation
parent3316853323226afe7003a8638fa09600d9ba028d (diff)
doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
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).