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/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, 10 insertions, 5 deletions
diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c
index 40996493881..6f3948ada55 100644
--- a/source/creator/buildinfo.c
+++ b/source/creator/buildinfo.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup creator
+/** \file
+ * \ingroup creator
*/
diff --git a/source/creator/creator.c b/source/creator/creator.c
index fbe3ceb1d29..ad768f13e71 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup creator
+/** \file
+ * \ingroup creator
*/
#include <stdlib.h>
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 470bb47c980..e4cb604b803 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup creator
+/** \file
+ * \ingroup creator
*/
#ifndef WITH_PYTHON_MODULE
diff --git a/source/creator/creator_intern.h b/source/creator/creator_intern.h
index 84e03634ab8..c2500c2ac06 100644
--- a/source/creator/creator_intern.h
+++ b/source/creator/creator_intern.h
@@ -17,7 +17,8 @@
#ifndef __CREATOR_INTERN_H__
#define __CREATOR_INTERN_H__
-/** \file \ingroup creator
+/** \file
+ * \ingroup creator
*
* Functionality for main() initialization.
*/
diff --git a/source/creator/creator_signals.c b/source/creator/creator_signals.c
index c6bfee91411..a3d3dc4b870 100644
--- a/source/creator/creator_signals.c
+++ b/source/creator/creator_signals.c
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup creator
+/** \file
+ * \ingroup creator
*/
#ifndef WITH_PYTHON_MODULE