1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-26 00:37:43 +03:00

doc: Improve regexp documentation

This commit is contained in:
Nick Wellnhofer
2025-05-16 21:13:17 +02:00
parent cbad60ff81
commit 954aae907d
2 changed files with 36 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
/**
* @file
*
* @brief regular expressions handling
* @brief Regular expressions
*
* basic API for libxml regular expressions handling used
* for XML Schemas and validation.
* A regular expression engine used for DTD and XML Schema
* validation.
*
* @copyright See Copyright for the status of this software.
*
@@ -25,8 +25,7 @@ extern "C" {
#endif
/**
* A libxml regular expression, they can actually be far more complex
* thank the POSIX regex expressions.
* A libxml regular expression
*/
typedef struct _xmlRegexp xmlRegexp;
typedef xmlRegexp *xmlRegexpPtr;