diff -r b5427137c6d0 -r ff5eccb9f797 finch/libgnt/gntwidget.h --- a/finch/libgnt/gntwidget.h Thu Feb 06 18:30:37 2014 +0530 +++ b/finch/libgnt/gntwidget.h Thu Feb 06 18:40:31 2014 +0530 @@ -181,8 +181,9 @@ /** * gnt_widget_expose: * - * @internal * Expose part of a widget. + * + * Internal function -- do not use. */ void gnt_widget_expose(GntWidget *widget, int x, int y, int width, int height); @@ -322,8 +323,8 @@ /** * gnt_widget_queue_update: * - * @internal - * Use #gnt_widget_draw instead. + * Internal function -- do not use. + * Use gnt_widget_draw() instead. */ void gnt_widget_queue_update(GntWidget *widget);