[libadwaita] docs: Remove uses of remaining uses of %



commit b905504b1595dcfdb233e4a6fef3d49149330694
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Tue Dec 7 13:17:16 2021 +0100

    docs: Remove uses of remaining uses of %
    
    It is a remnant from gtk_doc.

 src/adw-header-bar.c | 2 +-
 src/adw-version.c    | 6 +++---
 src/adw-version.h.in | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/adw-header-bar.c b/src/adw-header-bar.c
index beb892e9..22b91251 100644
--- a/src/adw-header-bar.c
+++ b/src/adw-header-bar.c
@@ -99,7 +99,7 @@
  *
  * ## Accessibility
  *
- * `AdwHeaderBar` uses the %GTK_ACCESSIBLE_ROLE_GROUP role.
+ * `AdwHeaderBar` uses the `GTK_ACCESSIBLE_ROLE_GROUP` role.
  *
  * Since: 1.0
  */
diff --git a/src/adw-version.c b/src/adw-version.c
index 1bea1992..418fedc4 100644
--- a/src/adw-version.c
+++ b/src/adw-version.c
@@ -18,7 +18,7 @@
  * For example, in libadwaita version 1.2.3 this is 1.
  *
  * This function is in the library, so it represents the libadwaita library
- * your code is running against. Contrast with the %ADW_MAJOR_VERSION macro,
+ * your code is running against. Contrast with the [const@Adw.MAJOR_VERSION] constant,
  * which represents the major version of the libadwaita headers you have
  * included when compiling your code.
  *
@@ -38,7 +38,7 @@ adw_get_major_version (void)
  * For example, in libadwaita version 1.2.3 this is 2.
  *
  * This function is in the library, so it represents the libadwaita library
- * your code is running against. Contrast with the %ADW_MAJOR_VERSION macro,
+ * your code is running against. Contrast with the [const@Adw.MAJOR_VERSION] constant,
  * which represents the minor version of the libadwaita headers you have
  * included when compiling your code.
  *
@@ -58,7 +58,7 @@ adw_get_minor_version (void)
  * For example, in libadwaita version 1.2.3 this is 3.
  *
  * This function is in the library, so it represents the libadwaita library
- * your code is running against. Contrast with the %ADW_MAJOR_VERSION macro,
+ * your code is running against. Contrast with the [const@Adw.MAJOR_VERSION] constant,
  * which represents the micro version of the libadwaita headers you have
  * included when compiling your code.
  *
diff --git a/src/adw-version.h.in b/src/adw-version.h.in
index f3691d96..a2cd3820 100644
--- a/src/adw-version.h.in
+++ b/src/adw-version.h.in
@@ -17,21 +17,21 @@ G_BEGIN_DECLS
 /**
  * ADW_MAJOR_VERSION:
  *
- * Adw major version component (e.g. 1 if %ADW_VERSION is 1.2.3).
+ * Adw major version component (e.g. 1 if the version is 1.2.3).
  */
 #define ADW_MAJOR_VERSION              (@ADW_MAJOR_VERSION@)
 
 /**
  * ADW_MINOR_VERSION:
  *
- * Adw minor version component (e.g. 2 if %ADW_VERSION is 1.2.3).
+ * Adw minor version component (e.g. 2 if the version is 1.2.3).
  */
 #define ADW_MINOR_VERSION              (@ADW_MINOR_VERSION@)
 
 /**
  * ADW_MICRO_VERSION:
  *
- * Adw micro version component (e.g. 3 if %ADW_VERSION is 1.2.3).
+ * Adw micro version component (e.g. 3 if the version is 1.2.3).
  */
 #define ADW_MICRO_VERSION              (@ADW_MICRO_VERSION@)
 


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