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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/depsgraph/intern/debug
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
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"