qulogic/libgnt

doc: Fix some formatting issues in widget docs.

2019-04-13, Elliott Sales de Andrade
2c8e56d7ec4e
Parents 3d52ec644965
Children f7137b1d72d5
doc: Fix some formatting issues in widget docs.
  • +5 -5
    gntwidget.h
  • --- a/gntwidget.h Sat Apr 13 03:02:06 2019 -0400
    +++ b/gntwidget.h Sat Apr 13 03:02:33 2019 -0400
    @@ -450,7 +450,7 @@
    * @widget: The widget
    * @has_border: Whether or not the widget has a border
    *
    - * Sets the has-border property on widget to has_border.
    + * Sets the has-border property on widget to @has_border.
    *
    * Since: 2.14.0
    */
    @@ -487,8 +487,8 @@
    *
    * Returns the has-shadow property on widget. Note, this is a property of the
    * widget, but does not necessarily mean the widget will have a shadow as that
    - * depends on its styling. Use @gnt_widget_set_has_shadow to determine
    - * whether the widget will actually have a shadow.
    + * depends on its styling. Use gnt_widget_has_shadow() to determine whether the
    + * widget will actually have a shadow.
    *
    * Returns: Whether the widget has a shadow set or not.
    *
    @@ -505,7 +505,7 @@
    * necessarily mean the widget will have focus.
    *
    * This is mostly for internal use; you probably want to use
    - * @gnt_widget_set_focus instead.
    + * gnt_widget_set_focus() instead.
    *
    * Since: 2.14.0
    */
    @@ -518,7 +518,7 @@
    * Check whether a widget has the focus flag.
    *
    * This is mostly for internal use; you probably want to use
    - * @gnt_widget_has_focus instead.
    + * gnt_widget_has_focus() instead.
    *
    * Returns: %TRUE if the widget's focus flag is set, %FALSE otherwise.
    */