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-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/blentranslation
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
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, 4 insertions, 8 deletions
diff --git a/source/blender/blentranslation/BLT_lang.h b/source/blender/blentranslation/BLT_lang.h
index 7e24125aa33..c2674ad60b7 100644
--- a/source/blender/blentranslation/BLT_lang.h
+++ b/source/blender/blentranslation/BLT_lang.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blentranslation/BLT_lang.h
- * \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 79338e6782f..bf1ce19f3a6 100644
--- a/source/blender/blentranslation/BLT_translation.h
+++ b/source/blender/blentranslation/BLT_translation.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blentranslation/BLT_translation.h
- * \ingroup blt
+/** \file \ingroup blt
*/
diff --git a/source/blender/blentranslation/intern/blt_lang.c b/source/blender/blentranslation/intern/blt_lang.c
index 3991b823058..c20c0a2a044 100644
--- a/source/blender/blentranslation/intern/blt_lang.c
+++ b/source/blender/blentranslation/intern/blt_lang.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blentranslation/intern/blt_lang.c
- * \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 eee8d2caa28..0d47d0dd39e 100644
--- a/source/blender/blentranslation/intern/blt_translation.c
+++ b/source/blender/blentranslation/intern/blt_translation.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/blentranslation/intern/blt_translation.c
- * \ingroup blt
+/** \file \ingroup blt
*
* Manages translation files and provides translation functions.
* (which are optional and can be disabled as a preference).