[libadwaita/wip/exalm/gi-docgen: 9/24] shadow-helper: Remove the doc section.




commit 3f630dced2feb2f36224f8ebd4a607d902512816
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 11 19:01:23 2021 +0500

    shadow-helper: Remove the doc section.
    
    No need to conver it, it's private.

 src/adw-shadow-helper.c | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
---
diff --git a/src/adw-shadow-helper.c b/src/adw-shadow-helper.c
index a38d459a..bc8302a2 100644
--- a/src/adw-shadow-helper.c
+++ b/src/adw-shadow-helper.c
@@ -9,18 +9,6 @@
 #include "adw-gizmo-private.h"
 #include "adw-shadow-helper-private.h"
 
-/**
- * PRIVATE:adwshadowhelper
- * @short_description: Shadow helper used in #AdwLeaflet
- * @title: AdwShadowHelper
- * @See_also: #AdwLeaflet
- * @stability: Private
- *
- * A helper class for drawing #AdwLeaflet transition shadow.
- *
- * Since: 1.0
- */
-
 struct _AdwShadowHelper
 {
   GObject parent_instance;
@@ -134,7 +122,7 @@ adw_shadow_helper_class_init (AdwShadowHelperClass *klass)
   /**
    * AdwShadowHelper:widget:
    *
-   * The widget the shadow will be drawn for. Must not be %NULL
+   * The widget the shadow will be drawn for. Must not be `NULL`
    *
    * Since: 1.0
    */
@@ -156,9 +144,9 @@ adw_shadow_helper_init (AdwShadowHelper *self)
 /**
  * adw_shadow_helper_new:
  *
- * Creates a new #AdwShadowHelper object.
+ * Creates a new `AdwShadowHelper`.
  *
- * Returns: The newly created #AdwShadowHelper object
+ * Returns: the newly created `AdwShadowHelper`
  *
  * Since: 1.0
  */


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