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, 8 insertions, 4 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug.cc b/source/blender/depsgraph/intern/debug/deg_debug.cc
index a218c1dde68..a6c4b59e7df 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug.cc
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 99dfb791169..1cdcba9b8fd 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug.h
+++ b/source/blender/depsgraph/intern/debug/deg_debug.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 c6f1d4e765e..34f68528059 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 d8b4f3b9763..41b22c0c23a 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup depsgraph
+/** \file
+ * \ingroup depsgraph
*/
#include "DEG_depsgraph_debug.h"