From 61776befc3f88c373e47ccbdf8c75e2ca0f4e987 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 00:55:11 +1100 Subject: Cleanup: move public doc-strings into headers for 'editors' Ref T92709 --- source/blender/editors/space_info/textview.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/blender/editors/space_info/textview.h') diff --git a/source/blender/editors/space_info/textview.h b/source/blender/editors/space_info/textview.h index 7520dbce191..96f537b4b97 100644 --- a/source/blender/editors/space_info/textview.h +++ b/source/blender/editors/space_info/textview.h @@ -73,6 +73,13 @@ typedef struct TextViewContext { } TextViewContext; +/** + * \param r_mval_pick_item: The resulting item clicked on using \a mval_init. + * Set from the void pointer which holds the current iterator. + * Its type depends on the data being iterated over. + * \param r_mval_pick_offset: The offset in bytes of the \a mval_init. + * Use for selection. + */ int textview_draw(struct TextViewContext *tvc, const bool do_draw, const int mval_init[2], -- cgit v1.2.3