1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

doc: Fix some damage from automated conversions

Add some newlines, fix returns.
This commit is contained in:
Nick Wellnhofer
2025-05-09 18:52:36 +02:00
parent 98a61c9dff
commit 442c1903af
22 changed files with 109 additions and 29 deletions

View File

@@ -1951,6 +1951,7 @@ xmlFAFinishReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int tonr) {
* eliminating state 2:
* State 1 has a transition with an atom to state 2.
* State 2 is final and has an epsilon transition to state 1.
*
* @param ctxt a regexp parser context
*/
static void
@@ -5237,6 +5238,7 @@ xmlFAParsePiece(xmlRegParserCtxtPtr ctxt) {
* in expressions like (a|b)(c|d)
*
* [2] branch ::= piece*
*
* @param ctxt a regexp parser context
* @param to optional target to the end of the branch
*/