From 566a458950ee30f60400a7624746342d19cf9695 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 10 Dec 2021 12:11:43 +1100 Subject: Cleanup: move public doc-strings into headers for 'depsgraph' - Added space below non doc-string comments to make it clear these aren't comments for the symbols directly below them. - Use doxy sections for some headers. Ref T92709 --- source/blender/depsgraph/intern/eval/deg_eval_flush.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/blender/depsgraph/intern/eval/deg_eval_flush.h') diff --git a/source/blender/depsgraph/intern/eval/deg_eval_flush.h b/source/blender/depsgraph/intern/eval/deg_eval_flush.h index ec661360fdf..d70df62cb38 100644 --- a/source/blender/depsgraph/intern/eval/deg_eval_flush.h +++ b/source/blender/depsgraph/intern/eval/deg_eval_flush.h @@ -30,12 +30,14 @@ namespace deg { struct Depsgraph; -/* Flush updates from tagged nodes outwards until all affected nodes - * are tagged. +/** + * Flush updates from tagged nodes outwards until all affected nodes are tagged. */ void deg_graph_flush_updates(struct Depsgraph *graph); -/* Clear tags from all operation nodes. */ +/** + * Clear tags from all operation nodes. + */ void deg_graph_clear_tags(struct Depsgraph *graph); } // namespace deg -- cgit v1.2.3