From edb3467aca7e356b7a50a6508ae574d89c2c98f3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 26 Jan 2020 11:24:04 +0100 Subject: [PATCH] BView::DrawBitmap: document "options" parameter --- docs/user/interface/View.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/View.dox b/docs/user/interface/View.dox index beee4008db..12f8a29ba8 100644 --- a/docs/user/interface/View.dox +++ b/docs/user/interface/View.dox @@ -2764,7 +2764,7 @@ SetViewColor(Parent()->ViewColor()); coordinate system. \param viewRect The area in the view's coordinate system to draw the bitmap in. - \param options ?? + \param options combination of \a bitmap_drawing_options flags \since Haiku R1 */