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/depsgraph/intern/debug')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug.cc3
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug.h3
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc3
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc3
4 files changed, 4 insertions, 8 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug.cc b/source/blender/depsgraph/intern/debug/deg_debug.cc
index 8a2fe0d64fc..a218c1dde68 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug.cc
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/depsgraph/intern/debug/deg_debug.cc
- * \ingroup depsgraph
+/** \file \ingroup depsgraph
*/
#include "intern/debug/deg_debug.h"
diff --git a/source/blender/depsgraph/intern/debug/deg_debug.h b/source/blender/depsgraph/intern/debug/deg_debug.h
index 7ec25f772d1..99dfb791169 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug.h
+++ b/source/blender/depsgraph/intern/debug/deg_debug.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/depsgraph/intern/debug/deg_debug.h
- * \ingroup depsgraph
+/** \file \ingroup depsgraph
*/
#pragma once
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
index 8e918fe1dd1..c6f1d4e765e 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
- * \ingroup depsgraph
+/** \file \ingroup depsgraph
*
* Implementation of tools for debugging the depsgraph
*/
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc b/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
index 3668b9dcda4..d8b4f3b9763 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
- * \ingroup depsgraph
+/** \file \ingroup depsgraph
*/
#include "DEG_depsgraph_debug.h"