[libhandy] Don't use @ in property documentations



commit f03c85397f01e3a0cf134b37b760596fd2df129b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Jul 22 13:13:03 2020 +0200

    Don't use @ in property documentations
    
    There are no parameters to refer to.

 src/hdy-carousel.c      | 4 ++--
 src/hdy-combo-row.c     | 2 +-
 src/hdy-deck.c          | 5 +++--
 src/hdy-leaflet.c       | 4 ++--
 src/hdy-stackable-box.c | 4 ++--
 5 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/src/hdy-carousel.c b/src/hdy-carousel.c
index ff793d24..3399fea3 100644
--- a/src/hdy-carousel.c
+++ b/src/hdy-carousel.c
@@ -973,8 +973,8 @@ hdy_carousel_class_init (HdyCarouselClass *klass)
   /**
    * HdyCarousel:interactive:
    *
-   * Whether @self can be navigated. This can be used to temporarily disable
-   * a #HdyCarousel to only allow navigating it in a certain state.
+   * Whether the carousel can be navigated. This can be used to temporarily
+   * disable a #HdyCarousel to only allow navigating it in a certain state.
    *
    * Since: 1.0
    */
diff --git a/src/hdy-combo-row.c b/src/hdy-combo-row.c
index 4c951e41..0b85953e 100644
--- a/src/hdy-combo-row.c
+++ b/src/hdy-combo-row.c
@@ -418,7 +418,7 @@ hdy_combo_row_class_init (HdyComboRowClass *klass)
    *
    * %TRUE to set the current value as the subtitle.
    *
-   * If you use a custom widget creation function, you will need to give @self
+   * If you use a custom widget creation function, you will need to give the row
    * a name conversion closure with hdy_combo_row_set_get_name_func().
    *
    * If %TRUE, you should not access HdyActionRow:subtitle.
diff --git a/src/hdy-deck.c b/src/hdy-deck.c
index 7b8622f5..01dc45e9 100644
--- a/src/hdy-deck.c
+++ b/src/hdy-deck.c
@@ -997,7 +997,7 @@ hdy_deck_class_init (HdyDeckClass *klass)
   /**
    * HdyDeck:can-swipe-back:
    *
-   * Whether or not @self allows switching to the previous child via a swipe
+   * Whether or not the deck allows switching to the previous child via a swipe
    * gesture.
    *
    * Since: 1.0
@@ -1012,7 +1012,8 @@ hdy_deck_class_init (HdyDeckClass *klass)
   /**
    * HdyDeck:can-swipe-forward:
    *
-   * Whether or not @self allows switching to the next child via a swipe gesture.
+   * Whether or not the deck allows switching to the next child via a swipe
+   * gesture.
    *
    * Since: 1.0
    */
diff --git a/src/hdy-leaflet.c b/src/hdy-leaflet.c
index 31ef3303..74f711fa 100644
--- a/src/hdy-leaflet.c
+++ b/src/hdy-leaflet.c
@@ -1077,7 +1077,7 @@ hdy_leaflet_class_init (HdyLeafletClass *klass)
   /**
    * HdyLeaflet:can-swipe-back:
    *
-   * Whether or not @self allows switching to the previous child that has
+   * Whether or not the leaflet allows switching to the previous child that has
    * 'allow-visible' child property set to %TRUE via a swipe gesture.
    *
    * Since: 0.0.12
@@ -1092,7 +1092,7 @@ hdy_leaflet_class_init (HdyLeafletClass *klass)
   /**
    * HdyLeaflet:can-swipe-forward:
    *
-   * Whether or not @self allows switching to the next child that has
+   * Whether or not the leaflet allows switching to the next child that has
    * 'allow-visible' child property set to %TRUE via a swipe gesture.
    *
    * Since: 0.0.12
diff --git a/src/hdy-stackable-box.c b/src/hdy-stackable-box.c
index 5a5c4a6b..67d4e391 100644
--- a/src/hdy-stackable-box.c
+++ b/src/hdy-stackable-box.c
@@ -3060,7 +3060,7 @@ hdy_stackable_box_class_init (HdyStackableBoxClass *klass)
   /**
    * HdyStackableBox:can-swipe-back:
    *
-   * Whether or not @self allows switching to the previous child that has
+   * Whether or not the widget allows switching to the previous child that has
    * 'allow-visible' child property set to %TRUE via a swipe gesture.
    *
    * Since: 1.0
@@ -3075,7 +3075,7 @@ hdy_stackable_box_class_init (HdyStackableBoxClass *klass)
   /**
    * HdyStackableBox:can-swipe-forward:
    *
-   * Whether or not @self allows switching to the next child that has
+   * Whether or not the widget allows switching to the next child that has
    * 'allow-visible' child property set to %TRUE via a swipe gesture.
    *
    * Since: 1.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]