1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-27 12:15:34 +03:00

doc: Remove empty lines at start of block

These lines were left over after automatic conversion.
This commit is contained in:
Nick Wellnhofer
2025-05-01 19:20:06 +02:00
parent fd6ab89be3
commit e525564f65
39 changed files with 1 additions and 147 deletions

View File

@@ -25,7 +25,6 @@ extern "C" {
#endif
/**
*
* A libxml regular expression, they can actually be far more complex
* thank the POSIX regex expressions.
*/
@@ -33,7 +32,6 @@ typedef struct _xmlRegexp xmlRegexp;
typedef xmlRegexp *xmlRegexpPtr;
/**
*
* A libxml progressive regular expression evaluation context
*/
typedef struct _xmlRegExecCtxt xmlRegExecCtxt;