From 4b188bb08cf5aaae3c68ab57bbcfa037eef1ac10 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Oct 2020 21:32:09 +1100 Subject: Cleanup: use over-line for doxy comments Follow our code style for doxygen sections. --- source/blender/editors/screen/workspace_edit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/screen') diff --git a/source/blender/editors/screen/workspace_edit.c b/source/blender/editors/screen/workspace_edit.c index cab2d32bdcf..5430137f5ca 100644 --- a/source/blender/editors/screen/workspace_edit.c +++ b/source/blender/editors/screen/workspace_edit.c @@ -57,6 +57,7 @@ #include "screen_intern.h" +/* -------------------------------------------------------------------- */ /** \name Workspace API * * \brief API for managing workspaces and their data. @@ -231,6 +232,7 @@ void ED_workspace_scene_data_sync(WorkSpaceInstanceHook *hook, Scene *scene) /** \} Workspace API */ +/* -------------------------------------------------------------------- */ /** \name Workspace Operators * * \{ */ -- cgit v1.2.3