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

doc: Fix autolink errors

Fix links, remove links to internal functions.
This commit is contained in:
Nick Wellnhofer
2025-05-28 16:02:41 +02:00
parent 7bd8d1d9cc
commit 6a6a46f017
14 changed files with 21 additions and 21 deletions

View File

@@ -2364,7 +2364,7 @@ xmlFACompareRanges(xmlRegRangePtr range1, xmlRegRangePtr range2) {
/**
* Compares two atoms type to check whether they intersect in some ways,
* this is used by #xmlFACompareAtoms only
* this is used by xmlFACompareAtoms only
*
* @param type1 an atom type
* @param type2 an atom type
@@ -2606,7 +2606,7 @@ xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) {
/**
* Compares two atoms to check whether they intersect in some ways,
* this is used by #xmlFAComputesDeterminism and #xmlFARecurseDeterminism only
* this is used by xmlFAComputesDeterminism and xmlFARecurseDeterminism only
*
* @param atom1 an atom
* @param atom2 an atom
@@ -2703,7 +2703,7 @@ not_determinist:
/**
* Check whether the associated regexp is determinist,
* should be called after #xmlFAEliminateEpsilonTransitions
* should be called after xmlFAEliminateEpsilonTransitions
*
* @param ctxt a regexp parser context
* @param state regexp state
@@ -2788,7 +2788,7 @@ xmlFAFinishRecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) {
/**
* Check whether the associated regexp is determinist,
* should be called after #xmlFAEliminateEpsilonTransitions
* should be called after xmlFAEliminateEpsilonTransitions
*
* @param ctxt a regexp parser context
*/