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/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_buttons.c3
-rw-r--r--source/blender/editors/space_graph/graph_draw.c3
-rw-r--r--source/blender/editors/space_graph/graph_edit.c3
-rw-r--r--source/blender/editors/space_graph/graph_intern.h3
-rw-r--r--source/blender/editors/space_graph/graph_ops.c3
-rw-r--r--source/blender/editors/space_graph/graph_select.c3
-rw-r--r--source/blender/editors/space_graph/graph_utils.c3
-rw-r--r--source/blender/editors/space_graph/space_graph.c3
8 files changed, 8 insertions, 16 deletions
diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index 93f4d9a36bd..d90b571005b 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_buttons.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index 1397770be31..19b905c874f 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) Blender Foundation
*/
-/** \file blender/editors/space_graph/graph_draw.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c
index 372d83eed95..6c7e73ad57d 100644
--- a/source/blender/editors/space_graph/graph_edit.c
+++ b/source/blender/editors/space_graph/graph_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_edit.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h
index 228541f55a0..fe80df38ace 100644
--- a/source/blender/editors/space_graph/graph_intern.h
+++ b/source/blender/editors/space_graph/graph_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_intern.h
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
#ifndef __GRAPH_INTERN_H__
diff --git a/source/blender/editors/space_graph/graph_ops.c b/source/blender/editors/space_graph/graph_ops.c
index e27f76ca900..0dc3b086dcc 100644
--- a/source/blender/editors/space_graph/graph_ops.c
+++ b/source/blender/editors/space_graph/graph_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_ops.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c
index 3a7d2871924..b765ed4d8bf 100644
--- a/source/blender/editors/space_graph/graph_select.c
+++ b/source/blender/editors/space_graph/graph_select.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file blender/editors/space_graph/graph_select.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_utils.c b/source/blender/editors/space_graph/graph_utils.c
index 77590a8cb01..cc66d3d8b00 100644
--- a/source/blender/editors/space_graph/graph_utils.c
+++ b/source/blender/editors/space_graph/graph_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_utils.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c
index e14369a2365..620e454a8b7 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/space_graph.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/