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/creator
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/creator')
-rw-r--r--source/creator/buildinfo.c3
-rw-r--r--source/creator/creator.c3
-rw-r--r--source/creator/creator_args.c3
-rw-r--r--source/creator/creator_intern.h3
-rw-r--r--source/creator/creator_signals.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c
index 7b6cbad3e0a..40996493881 100644
--- a/source/creator/buildinfo.c
+++ b/source/creator/buildinfo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file creator/buildinfo.c
- * \ingroup creator
+/** \file \ingroup creator
*/
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 90402ac6bd6..b20f5cdb52f 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file creator/creator.c
- * \ingroup creator
+/** \file \ingroup creator
*/
#include <stdlib.h>
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 4040b09f618..3c0698994f9 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file creator/creator_args.c
- * \ingroup creator
+/** \file \ingroup creator
*/
#ifndef WITH_PYTHON_MODULE
diff --git a/source/creator/creator_intern.h b/source/creator/creator_intern.h
index 96fcf80156e..84e03634ab8 100644
--- a/source/creator/creator_intern.h
+++ b/source/creator/creator_intern.h
@@ -17,8 +17,7 @@
#ifndef __CREATOR_INTERN_H__
#define __CREATOR_INTERN_H__
-/** \file creator/creator_intern.h
- * \ingroup creator
+/** \file \ingroup creator
*
* Functionality for main() initialization.
*/
diff --git a/source/creator/creator_signals.c b/source/creator/creator_signals.c
index b9fa1b351f4..c6bfee91411 100644
--- a/source/creator/creator_signals.c
+++ b/source/creator/creator_signals.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file creator/creator_signals.c
- * \ingroup creator
+/** \file \ingroup creator
*/
#ifndef WITH_PYTHON_MODULE