[libadwaita/wip/exalm/sections] Use correct section names




commit 61b2c98b542fb5731e5ac2baf41453305153a752
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri May 7 12:38:32 2021 +0500

    Use correct section names

 src/adw-action-row.c               | 2 +-
 src/adw-animation.c                | 2 +-
 src/adw-application-window.c       | 2 +-
 src/adw-avatar.c                   | 2 +-
 src/adw-bin.c                      | 2 +-
 src/adw-carousel-indicator-dots.c  | 2 +-
 src/adw-carousel-indicator-lines.c | 2 +-
 src/adw-carousel.c                 | 2 +-
 src/adw-clamp-layout.c             | 2 +-
 src/adw-clamp-scrollable.c         | 2 +-
 src/adw-clamp.c                    | 2 +-
 src/adw-combo-row.c                | 2 +-
 src/adw-enum-list-model.c          | 2 +-
 src/adw-enum-value-object.c        | 2 +-
 src/adw-expander-row.c             | 2 +-
 src/adw-flap.c                     | 2 +-
 src/adw-gizmo.c                    | 2 +-
 src/adw-header-bar.c               | 2 +-
 src/adw-leaflet.c                  | 2 +-
 src/adw-main.c                     | 2 +-
 src/adw-navigation-direction.c     | 2 +-
 src/adw-preferences-group.c        | 2 +-
 src/adw-preferences-page.c         | 2 +-
 src/adw-preferences-row.c          | 2 +-
 src/adw-preferences-window.c       | 2 +-
 src/adw-shadow-helper.c            | 2 +-
 src/adw-squeezer.c                 | 2 +-
 src/adw-status-page.c              | 2 +-
 src/adw-swipe-group.c              | 2 +-
 src/adw-swipe-tracker.c            | 2 +-
 src/adw-swipeable.c                | 2 +-
 src/adw-value-object.c             | 2 +-
 src/adw-version.h.in               | 2 +-
 src/adw-view-switcher-bar.c        | 2 +-
 src/adw-view-switcher-button.c     | 2 +-
 src/adw-view-switcher-title.c      | 2 +-
 src/adw-view-switcher.c            | 2 +-
 src/adw-window-mixin.c             | 2 +-
 src/adw-window-title.c             | 2 +-
 src/adw-window.c                   | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)
---
diff --git a/src/adw-action-row.c b/src/adw-action-row.c
index 87325c8..fa10234 100644
--- a/src/adw-action-row.c
+++ b/src/adw-action-row.c
@@ -8,7 +8,7 @@
 #include "adw-action-row.h"
 
 /**
- * SECTION:adw-action-row
+ * SECTION:adwactionrow
  * @short_description: A #GtkListBox row used to present actions.
  * @Title: AdwActionRow
  *
diff --git a/src/adw-animation.c b/src/adw-animation.c
index fb2c78c..eea34f7 100644
--- a/src/adw-animation.c
+++ b/src/adw-animation.c
@@ -9,7 +9,7 @@
 #include "adw-animation-private.h"
 
 /**
- * SECTION:adw-animation
+ * SECTION:adwanimation
  * @short_description: Animation helpers
  * @title: Animation Helpers
  *
diff --git a/src/adw-application-window.c b/src/adw-application-window.c
index 0cb55d7..aa1ff4c 100644
--- a/src/adw-application-window.c
+++ b/src/adw-application-window.c
@@ -10,7 +10,7 @@
 #include "adw-window-mixin-private.h"
 
 /**
- * SECTION:adw-application-window
+ * SECTION:adwapplicationwindow
  * @short_description: A freeform application window.
  * @title: AdwApplicationWindow
  * @See_also: #AdwWindow
diff --git a/src/adw-avatar.c b/src/adw-avatar.c
index a954ca9..8ea324d 100644
--- a/src/adw-avatar.c
+++ b/src/adw-avatar.c
@@ -18,7 +18,7 @@
 
 #define NUMBER_OF_COLORS 14
 /**
- * SECTION:adw-avatar
+ * SECTION:adwavatar
  * @short_description: A widget displaying an image, with a generated fallback.
  * @Title: AdwAvatar
  *
diff --git a/src/adw-bin.c b/src/adw-bin.c
index 6e441a4..6677b2e 100644
--- a/src/adw-bin.c
+++ b/src/adw-bin.c
@@ -10,7 +10,7 @@
 #include "adw-bin.h"
 
 /**
- * SECTION:adw-bin
+ * SECTION:adwbin
  * @Short_description: A widget with one child
  * @Title: AdwBin
  *
diff --git a/src/adw-carousel-indicator-dots.c b/src/adw-carousel-indicator-dots.c
index 91ab7a4..1524de6 100644
--- a/src/adw-carousel-indicator-dots.c
+++ b/src/adw-carousel-indicator-dots.c
@@ -21,7 +21,7 @@
 #define DOTS_MARGIN 6
 
 /**
- * SECTION:adw-carousel-indicator-dots
+ * SECTION:adwcarouselindicatordots
  * @short_description: A dots indicator for #AdwCarousel
  * @title: AdwCarouselIndicatorDots
  * @See_also: #AdwCarousel, #AdwCarouselIndicatorLines
diff --git a/src/adw-carousel-indicator-lines.c b/src/adw-carousel-indicator-lines.c
index 69d5f3d..c924edf 100644
--- a/src/adw-carousel-indicator-lines.c
+++ b/src/adw-carousel-indicator-lines.c
@@ -21,7 +21,7 @@
 #define LINE_MARGIN 2
 
 /**
- * SECTION:adw-carousel-indicator-lines
+ * SECTION:adwcarouselindicatorlines
  * @short_description: A lines indicator for #AdwCarousel
  * @title: AdwCarouselIndicatorLines
  * @See_also: #AdwCarousel, #AdwCarouselIndicatorDots
diff --git a/src/adw-carousel.c b/src/adw-carousel.c
index ece1c5e..b7db63b 100644
--- a/src/adw-carousel.c
+++ b/src/adw-carousel.c
@@ -18,7 +18,7 @@
 #define DEFAULT_DURATION 250
 
 /**
- * SECTION:adw-carousel
+ * SECTION:adwcarousel
  * @short_description: A paginated scrolling widget.
  * @title: AdwCarousel
  * @See_also: #AdwCarouselIndicatorDots, #AdwCarouselIndicatorLines
diff --git a/src/adw-clamp-layout.c b/src/adw-clamp-layout.c
index 9c13d4b..b4843df 100644
--- a/src/adw-clamp-layout.c
+++ b/src/adw-clamp-layout.c
@@ -12,7 +12,7 @@
 #include "adw-animation-private.h"
 
 /**
- * SECTION:adw-clamp-layout
+ * SECTION:adwclamplayout
  * @short_description: A layout manager constraining its children to a given size.
  * @Title: AdwClampLayout
  *
diff --git a/src/adw-clamp-scrollable.c b/src/adw-clamp-scrollable.c
index 456082d..20b3d74 100644
--- a/src/adw-clamp-scrollable.c
+++ b/src/adw-clamp-scrollable.c
@@ -10,7 +10,7 @@
 #include "adw-clamp-layout.h"
 
 /**
- * SECTION:adw-clamp-scrollable
+ * SECTION:adwclampscrollable
  * @short_description: A widget constraining its child to a given size.
  * @Title: AdwClampScrollable
  *
diff --git a/src/adw-clamp.c b/src/adw-clamp.c
index e6f96e3..ed8fec8 100644
--- a/src/adw-clamp.c
+++ b/src/adw-clamp.c
@@ -10,7 +10,7 @@
 #include "adw-clamp-layout.h"
 
 /**
- * SECTION:adw-clamp
+ * SECTION:adwclamp
  * @short_description: A widget constraining its child to a given size.
  * @Title: AdwClamp
  *
diff --git a/src/adw-combo-row.c b/src/adw-combo-row.c
index 71d8768..d543cdf 100644
--- a/src/adw-combo-row.c
+++ b/src/adw-combo-row.c
@@ -14,7 +14,7 @@
 #include "adw-combo-row.h"
 
 /**
- * SECTION:adw-combo-row
+ * SECTION:adwcomborow
  * @short_description: A #GtkListBox row used to choose from a list of items.
  * @Title: AdwComboRow
  *
diff --git a/src/adw-enum-list-model.c b/src/adw-enum-list-model.c
index 1d100c5..3add9db 100644
--- a/src/adw-enum-list-model.c
+++ b/src/adw-enum-list-model.c
@@ -12,7 +12,7 @@
 #include <gio/gio.h>
 
 /**
- * SECTION:adw-enum-list-model
+ * SECTION:adwenumlistmodel
  * @short_description: TODO
  * @Title: AdwEnumListModel
  *
diff --git a/src/adw-enum-value-object.c b/src/adw-enum-value-object.c
index 6a4c5ca..715c3a8 100644
--- a/src/adw-enum-value-object.c
+++ b/src/adw-enum-value-object.c
@@ -9,7 +9,7 @@
 #include "adw-enum-value-object-private.h"
 
 /**
- * SECTION:adw-enum-value-object
+ * SECTION:adwenumvalueobject
  * @short_description: An object representing a #GEnumValue.
  * @Title: AdwEnumValueObject
  *
diff --git a/src/adw-expander-row.c b/src/adw-expander-row.c
index 36233c7..312b004 100644
--- a/src/adw-expander-row.c
+++ b/src/adw-expander-row.c
@@ -10,7 +10,7 @@
 #include "adw-action-row.h"
 
 /**
- * SECTION:adw-expander-row
+ * SECTION:adwexpanderrow
  * @short_description: A #GtkListBox row used to reveal widgets.
  * @Title: AdwExpanderRow
  *
diff --git a/src/adw-flap.c b/src/adw-flap.c
index ce25878..efc1b40 100644
--- a/src/adw-flap.c
+++ b/src/adw-flap.c
@@ -17,7 +17,7 @@
 #include "adw-swipe-tracker-private.h"
 
 /**
- * SECTION:adw-flap
+ * SECTION:adwflap
  * @short_description: An adaptive container acting like a box or an overlay.
  * @Title: AdwFlap
  *
diff --git a/src/adw-gizmo.c b/src/adw-gizmo.c
index 5ae9e46..32bf666 100644
--- a/src/adw-gizmo.c
+++ b/src/adw-gizmo.c
@@ -12,7 +12,7 @@
 #include "adw-gizmo-private.h"
 
 /**
- * PRIVATE:adw-gizmo
+ * PRIVATE:adwgizmo
  * @short_description: A helper widget
  * @title: AdwGizmo
  * @stability: Private
diff --git a/src/adw-header-bar.c b/src/adw-header-bar.c
index 1759dba..0b540bc 100644
--- a/src/adw-header-bar.c
+++ b/src/adw-header-bar.c
@@ -28,7 +28,7 @@
 #include "adw-gizmo-private.h"
 
 /**
- * SECTION:adw-header-bar
+ * SECTION:adwheaderbar
  * @short_description: A box with a centered child.
  * @Title: AdwHeaderBar
  * @See_also: #GtkHeaderBar, #AdwViewSwitcherTitle, #AdwWindowTitle
diff --git a/src/adw-leaflet.c b/src/adw-leaflet.c
index e60dae8..dff7ec9 100644
--- a/src/adw-leaflet.c
+++ b/src/adw-leaflet.c
@@ -16,7 +16,7 @@
 #include "adw-swipe-tracker-private.h"
 
 /**
- * SECTION:adw-leaflet
+ * SECTION:adwleaflet
  * @short_description: An adaptive container acting like a box or a stack.
  * @Title: AdwLeaflet
  *
diff --git a/src/adw-main.c b/src/adw-main.c
index 0bb3f5f..fedf763 100644
--- a/src/adw-main.c
+++ b/src/adw-main.c
@@ -12,7 +12,7 @@
 static int adw_initialized = FALSE;
 
 /**
- * SECTION:adw-main
+ * SECTION:adwmain
  * @short_description: Library initialization.
  * @Title: adw-main
  *
diff --git a/src/adw-navigation-direction.c b/src/adw-navigation-direction.c
index 118f20f..f2c532d 100644
--- a/src/adw-navigation-direction.c
+++ b/src/adw-navigation-direction.c
@@ -8,7 +8,7 @@
 #include "adw-navigation-direction.h"
 
 /**
- * SECTION:adw-navigation-direction
+ * SECTION:adwnavigationdirection
  * @short_description: Swipe navigation directions.
  * @title: AdwNavigationDirection
  * @See_also: #AdwLeaflet
diff --git a/src/adw-preferences-group.c b/src/adw-preferences-group.c
index ea44b36..fc6db4d 100644
--- a/src/adw-preferences-group.c
+++ b/src/adw-preferences-group.c
@@ -11,7 +11,7 @@
 #include "adw-preferences-row.h"
 
 /**
- * SECTION:adw-preferences-group
+ * SECTION:adwpreferencesgroup
  * @short_description: A group gathering preferences rows.
  * @Title: AdwPreferencesGroup
  *
diff --git a/src/adw-preferences-page.c b/src/adw-preferences-page.c
index 2668fae..fc432b4 100644
--- a/src/adw-preferences-page.c
+++ b/src/adw-preferences-page.c
@@ -11,7 +11,7 @@
 #include "adw-preferences-group-private.h"
 
 /**
- * SECTION:adw-preferences-page
+ * SECTION:adwpreferencespage
  * @short_description: A page from the preferences window.
  * @Title: AdwPreferencesPage
  *
diff --git a/src/adw-preferences-row.c b/src/adw-preferences-row.c
index efbfa0a..92c0fc9 100644
--- a/src/adw-preferences-row.c
+++ b/src/adw-preferences-row.c
@@ -9,7 +9,7 @@
 #include "adw-preferences-row.h"
 
 /**
- * SECTION:adw-preferences-row
+ * SECTION:adwpreferencesrow
  * @short_description: A #GtkListBox row used to present preferences.
  * @Title: AdwPreferencesRow
  *
diff --git a/src/adw-preferences-window.c b/src/adw-preferences-window.c
index bddc71f..70ee028 100644
--- a/src/adw-preferences-window.c
+++ b/src/adw-preferences-window.c
@@ -19,7 +19,7 @@
 #include "adw-view-switcher-title.h"
 
 /**
- * SECTION:adw-preferences-window
+ * SECTION:adwpreferenceswindow
  * @short_description: A window to present an application's preferences.
  * @Title: AdwPreferencesWindow
  *
diff --git a/src/adw-shadow-helper.c b/src/adw-shadow-helper.c
index e85c8a7..a38d459 100644
--- a/src/adw-shadow-helper.c
+++ b/src/adw-shadow-helper.c
@@ -10,7 +10,7 @@
 #include "adw-shadow-helper-private.h"
 
 /**
- * PRIVATE:adw-shadow-helper
+ * PRIVATE:adwshadowhelper
  * @short_description: Shadow helper used in #AdwLeaflet
  * @title: AdwShadowHelper
  * @See_also: #AdwLeaflet
diff --git a/src/adw-squeezer.c b/src/adw-squeezer.c
index bf376ac..ed45202 100644
--- a/src/adw-squeezer.c
+++ b/src/adw-squeezer.c
@@ -22,7 +22,7 @@
 #include "adw-animation-private.h"
 
 /**
- * SECTION:adw-squeezer
+ * SECTION:adwsqueezer
  * @short_description: A best fit container.
  * @Title: AdwSqueezer
  *
diff --git a/src/adw-status-page.c b/src/adw-status-page.c
index fb00341..3962345 100644
--- a/src/adw-status-page.c
+++ b/src/adw-status-page.c
@@ -9,7 +9,7 @@
 #include "adw-status-page.h"
 
 /**
- * SECTION:adw-status-page
+ * SECTION:adwstatuspage
  * @short_description: A page used for empty/error states and similar use-cases.
  * @Title: AdwStatusPage
  *
diff --git a/src/adw-swipe-group.c b/src/adw-swipe-group.c
index 04fc3c0..e2cbcda 100644
--- a/src/adw-swipe-group.c
+++ b/src/adw-swipe-group.c
@@ -17,7 +17,7 @@
 #define BUILDABLE_TAG_TEMPLATE "template"
 
 /**
- * SECTION:adw-swipe-group
+ * SECTION:adwswipegroup
  * @short_description: An object for syncing swipeable widgets.
  * @title: AdwSwipeGroup
  * @See_also: #AdwCarousel, #AdwLeaflet, #AdwSwipeable
diff --git a/src/adw-swipe-tracker.c b/src/adw-swipe-tracker.c
index d49b3d1..72a90d7 100644
--- a/src/adw-swipe-tracker.c
+++ b/src/adw-swipe-tracker.c
@@ -31,7 +31,7 @@
 #define SIGN(x) ((x) > 0.0 ? 1.0 : ((x) < 0.0 ? -1.0 : 0.0))
 
 /**
- * SECTION:adw-swipe-tracker
+ * SECTION:adwswipetracker
  * @short_description: Swipe tracker used in #AdwCarousel and #AdwLeaflet
  * @title: AdwSwipeTracker
  * @See_also: #AdwCarousel, #AdwLeaflet, #AdwSwipeable
diff --git a/src/adw-swipeable.c b/src/adw-swipeable.c
index 0e4e7bd..fc58331 100644
--- a/src/adw-swipeable.c
+++ b/src/adw-swipeable.c
@@ -9,7 +9,7 @@
 #include "adw-swipeable.h"
 
 /**
- * SECTION:adw-swipeable
+ * SECTION:adwswipeable
  * @short_description: An interface for swipeable widgets.
  * @title: AdwSwipeable
  * @See_also: #AdwCarousel, #AdwLeaflet, #AdwSwipeGroup
diff --git a/src/adw-value-object.c b/src/adw-value-object.c
index d5a7ef1..7a1e948 100644
--- a/src/adw-value-object.c
+++ b/src/adw-value-object.c
@@ -9,7 +9,7 @@
 #include "adw-value-object.h"
 
 /**
- * SECTION:adw-value-object
+ * SECTION:adwvalueobject
  * @short_description: An object representing a #GValue.
  * @Title: AdwValueObject
  *
diff --git a/src/adw-version.h.in b/src/adw-version.h.in
index 219d43c..27126cb 100644
--- a/src/adw-version.h.in
+++ b/src/adw-version.h.in
@@ -11,7 +11,7 @@
 #endif
 
 /**
- * SECTION:adw-version
+ * SECTION:adwversion
  * @short_description: Adwaita version checking.
  *
  * libadwaita provides macros to check the version of the library at compile-time.
diff --git a/src/adw-view-switcher-bar.c b/src/adw-view-switcher-bar.c
index a301222..6789b2e 100644
--- a/src/adw-view-switcher-bar.c
+++ b/src/adw-view-switcher-bar.c
@@ -11,7 +11,7 @@
 #include "adw-view-switcher-bar.h"
 
 /**
- * SECTION:adw-view-switcher-bar
+ * SECTION:adwviewswitcherbar
  * @short_description: A view switcher action bar.
  * @title: AdwViewSwitcherBar
  * @See_also: #AdwViewSwitcher, #AdwViewSwitcherTitle
diff --git a/src/adw-view-switcher-button.c b/src/adw-view-switcher-button.c
index c58b4ff..0c9acc5 100644
--- a/src/adw-view-switcher-button.c
+++ b/src/adw-view-switcher-button.c
@@ -10,7 +10,7 @@
 #include "adw-view-switcher-button-private.h"
 
 /**
- * PRIVATE:adw-view-switcher-button
+ * PRIVATE:adwviewswitcherbutton
  * @short_description: Button used in #AdwViewSwitcher.
  * @title: AdwViewSwitcherButton
  * @See_also: #AdwViewSwitcher
diff --git a/src/adw-view-switcher-title.c b/src/adw-view-switcher-title.c
index ba505e5..fc73be1 100644
--- a/src/adw-view-switcher-title.c
+++ b/src/adw-view-switcher-title.c
@@ -12,7 +12,7 @@
 #include "adw-window-title.h"
 
 /**
- * SECTION:adw-view-switcher-title
+ * SECTION:adwviewswitchertitle
  * @short_description: A view switcher title.
  * @title: AdwViewSwitcherTitle
  * @See_also: #AdwHeaderBar, #AdwViewSwitcher, #AdwViewSwitcherBar
diff --git a/src/adw-view-switcher.c b/src/adw-view-switcher.c
index 434829e..2cdf527 100644
--- a/src/adw-view-switcher.c
+++ b/src/adw-view-switcher.c
@@ -15,7 +15,7 @@
 #include "adw-view-switcher-button-private.h"
 
 /**
- * SECTION:adw-view-switcher
+ * SECTION:adwviewswitcher
  * @short_description: An adaptive view switcher.
  * @title: AdwViewSwitcher
  *
diff --git a/src/adw-window-mixin.c b/src/adw-window-mixin.c
index f8b3c17..dfb75a4 100644
--- a/src/adw-window-mixin.c
+++ b/src/adw-window-mixin.c
@@ -11,7 +11,7 @@
 #include "adw-window-mixin-private.h"
 
 /**
- * PRIVATE:adw-window-mixin
+ * PRIVATE:adwwindowmixin
  * @short_description: A helper object for #AdwWindow and #AdwApplicationWindow
  * @title: AdwWindowMixin
  * @See_also: #AdwApplicationWindow, #AdwWindow
diff --git a/src/adw-window-title.c b/src/adw-window-title.c
index b211716..b9c5cdb 100644
--- a/src/adw-window-title.c
+++ b/src/adw-window-title.c
@@ -9,7 +9,7 @@
 #include "adw-window-title.h"
 
 /**
- * SECTION:adw-window-title
+ * SECTION:adwwindowtitle
  * @short_description: A helper widget for setting a window's title and subtitle
  * @title: AdwWindowTitle
  * @See_also: #AdwHeaderBar
diff --git a/src/adw-window.c b/src/adw-window.c
index 67a427e..c6ec38d 100644
--- a/src/adw-window.c
+++ b/src/adw-window.c
@@ -10,7 +10,7 @@
 #include "adw-window-mixin-private.h"
 
 /**
- * SECTION:adw-window
+ * SECTION:adwwindow
  * @short_description: A freeform window.
  * @title: AdwWindow
  * @See_also: #AdwApplicationWindow


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