From 7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Feb 2021 15:35:00 +1100 Subject: Cleanup: doxygen sections --- source/blender/editors/space_outliner/tree/common.cc | 1 - source/blender/editors/space_outliner/tree/tree_display_view_layer.cc | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/editors/space_outliner/tree') diff --git a/source/blender/editors/space_outliner/tree/common.cc b/source/blender/editors/space_outliner/tree/common.cc index 65c9448634c..306d59288f4 100644 --- a/source/blender/editors/space_outliner/tree/common.cc +++ b/source/blender/editors/space_outliner/tree/common.cc @@ -28,7 +28,6 @@ /* -------------------------------------------------------------------- */ /** \name ID Helpers. - * * \{ */ const char *outliner_idcode_to_plural(short idcode) diff --git a/source/blender/editors/space_outliner/tree/tree_display_view_layer.cc b/source/blender/editors/space_outliner/tree/tree_display_view_layer.cc index afdee185d0d..a0ebac5f451 100644 --- a/source/blender/editors/space_outliner/tree/tree_display_view_layer.cc +++ b/source/blender/editors/space_outliner/tree/tree_display_view_layer.cc @@ -60,7 +60,6 @@ class ObjectsChildrenBuilder { /* -------------------------------------------------------------------- */ /** \name Tree-Display for a View Layer. - * * \{ */ TreeDisplayViewLayer::TreeDisplayViewLayer(SpaceOutliner &space_outliner) -- cgit v1.2.3