[glib/no-more-regex] Apply 2 suggestion(s) to 1 file(s)



commit 72d1e8809de95404f41d5fa7cd63736b6269c153
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Aug 27 14:31:26 2021 +0000

    Apply 2 suggestion(s) to 1 file(s)

 glib/gregex.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gregex.c b/glib/gregex.c
index 760d55905..dd5b042e8 100644
--- a/glib/gregex.c
+++ b/glib/gregex.c
@@ -110,8 +110,8 @@
  * The regular expressions low-level functionalities are obtained through
  * the excellent [PCRE](http://www.pcre.org/) library written by Philip Hazel.
  *
- * Deprecated: 2.68: The GRegex API is deprecated, as it wraps the old PCRE 1
- * API; newly written code should use the [PCRE 2 API](https://www.pcre.org/current/doc/html/).
+ * Deprecated: 2.68: The #GRegex API is deprecated, as it wraps the old PCRE 1
+ * API; newly written code should use the [PCRE 2 API](https://www.pcre.org/current/doc/html/) directly.
  */
 
 /* Mask of all the possible values for GRegexCompileFlags. */


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