Cleanup: use doxy section for itasc_plugin

It wasn't obvious all callbacks were part of the plugin-API.
This commit is contained in:
Campbell Barton 2021-12-09 21:18:42 +11:00
parent 7f4878ac7f
commit 973dac9b5f
1 changed files with 6 additions and 3 deletions

View File

@ -1876,9 +1876,10 @@ static void execute_scene(struct Depsgraph *depsgraph,
} }
} }
/*--------------------------------------------------- /* -------------------------------------------------------------------- */
* plugin interface /** \name Plugin Interface
*/ * \{ */
void itasc_initialize_tree(struct Depsgraph *depsgraph, void itasc_initialize_tree(struct Depsgraph *depsgraph,
struct Scene *scene, struct Scene *scene,
Object *ob, Object *ob,
@ -2012,3 +2013,5 @@ void itasc_test_constraint(struct Object *ob, struct bConstraint *cons)
break; break;
} }
} }
/** \} */