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/editors/io')
-rw-r--r--source/blender/editors/io/io_alembic.c3
-rw-r--r--source/blender/editors/io/io_alembic.h3
-rw-r--r--source/blender/editors/io/io_cache.c3
-rw-r--r--source/blender/editors/io/io_cache.h3
-rw-r--r--source/blender/editors/io/io_collada.c3
-rw-r--r--source/blender/editors/io/io_collada.h3
-rw-r--r--source/blender/editors/io/io_ops.c3
-rw-r--r--source/blender/editors/io/io_ops.h3
8 files changed, 8 insertions, 16 deletions
diff --git a/source/blender/editors/io/io_alembic.c b/source/blender/editors/io/io_alembic.c
index f341356c05a..1912cc6576c 100644
--- a/source/blender/editors/io/io_alembic.c
+++ b/source/blender/editors/io/io_alembic.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_alembic.c
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#ifdef WITH_ALEMBIC
diff --git a/source/blender/editors/io/io_alembic.h b/source/blender/editors/io/io_alembic.h
index 0fb5a139249..4cdedafa9ba 100644
--- a/source/blender/editors/io/io_alembic.h
+++ b/source/blender/editors/io/io_alembic.h
@@ -20,8 +20,7 @@
#ifndef __IO_ALEMBIC_H__
#define __IO_ALEMBIC_H__
-/** \file blender/editors/io/io_alembic.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
struct wmOperatorType;
diff --git a/source/blender/editors/io/io_cache.c b/source/blender/editors/io/io_cache.c
index d1a6161f98c..c3c82f5b87d 100644
--- a/source/blender/editors/io/io_cache.c
+++ b/source/blender/editors/io/io_cache.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_cache.c
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/io/io_cache.h b/source/blender/editors/io/io_cache.h
index 7da05448114..b685cebc685 100644
--- a/source/blender/editors/io/io_cache.h
+++ b/source/blender/editors/io/io_cache.h
@@ -20,8 +20,7 @@
#ifndef __IO_CACHE_H__
#define __IO_CACHE_H__
-/** \file blender/editors/io/io_cache.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
struct wmOperatorType;
diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index dd589491688..2449a5be75a 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_collada.c
- * \ingroup collada
+/** \file \ingroup collada
*/
#ifdef WITH_COLLADA
#include "DNA_space_types.h"
diff --git a/source/blender/editors/io/io_collada.h b/source/blender/editors/io/io_collada.h
index 69170a63017..5d158afff77 100644
--- a/source/blender/editors/io/io_collada.h
+++ b/source/blender/editors/io/io_collada.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_collada.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#ifndef __IO_COLLADA_H__
diff --git a/source/blender/editors/io/io_ops.c b/source/blender/editors/io/io_ops.c
index b3c28a8a8a0..02f545d7e99 100644
--- a/source/blender/editors/io/io_ops.c
+++ b/source/blender/editors/io/io_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_ops.c
- * \ingroup collada
+/** \file \ingroup collada
*/
#include "io_ops.h" /* own include */
diff --git a/source/blender/editors/io/io_ops.h b/source/blender/editors/io/io_ops.h
index bc6e59c8caa..44e27fac2e1 100644
--- a/source/blender/editors/io/io_ops.h
+++ b/source/blender/editors/io/io_ops.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_ops.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#ifndef __IO_OPS_H__