Correctly mark an enum value in a doc comment

This commit is contained in:
Timm Bäder 2018-07-15 18:02:47 +02:00
parent cf7fa931d3
commit 4bc145549d

View File

@ -398,7 +398,7 @@ gtk_widget_query_size_for_orientation (GtkWidget *widget,
* position for the natural size, or %NULL
*
* Measures @widget in the orientation @orientation and for the given @for_size.
* As an example, if @orientation is GTK_ORIENTATION_HORIZONTAL and @for_size is 300,
* As an example, if @orientation is %GTK_ORIENTATION_HORIZONTAL and @for_size is 300,
* this functions will compute the minimum and natural width of @widget if
* it is allocated at a height of 300 pixels.
*