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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user