From 973dac9b5f7820baa431acd54988a508dd844d67 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 21:18:42 +1100 Subject: Cleanup: use doxy section for itasc_plugin It wasn't obvious all callbacks were part of the plugin-API. --- source/blender/ikplugin/intern/itasc_plugin.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'source/blender') diff --git a/source/blender/ikplugin/intern/itasc_plugin.cpp b/source/blender/ikplugin/intern/itasc_plugin.cpp index a9e1692ebf0..949efb522f3 100644 --- a/source/blender/ikplugin/intern/itasc_plugin.cpp +++ b/source/blender/ikplugin/intern/itasc_plugin.cpp @@ -1876,9 +1876,10 @@ static void execute_scene(struct Depsgraph *depsgraph, } } -/*--------------------------------------------------- - * plugin interface - */ +/* -------------------------------------------------------------------- */ +/** \name Plugin Interface + * \{ */ + void itasc_initialize_tree(struct Depsgraph *depsgraph, struct Scene *scene, Object *ob, @@ -2012,3 +2013,5 @@ void itasc_test_constraint(struct Object *ob, struct bConstraint *cons) break; } } + +/** \} */ -- cgit v1.2.3