1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +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

@@ -24,14 +24,12 @@ extern "C" {
#endif
/**
*
* A libxml automata description, It can be compiled into a regexp
*/
typedef struct _xmlAutomata xmlAutomata;
typedef xmlAutomata *xmlAutomataPtr;
/**
*
* A state int the automata description,
*/
typedef struct _xmlAutomataState xmlAutomataState;