mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
doc: Fix autolinks to functions
Unfortunately, autolinks in .c files aren't converted by Doxygen for some reason.
This commit is contained in:
@@ -1265,7 +1265,7 @@ xmlRegPrintStateCompact(FILE* output, xmlRegexpPtr regexp, int state)
|
||||
* @param regexp the regexp instance
|
||||
*
|
||||
* Print the compact representation of a regexp, in the same fashion as the
|
||||
* public xmlRegexpPrint function.
|
||||
* public xmlRegexpPrint() function.
|
||||
*/
|
||||
static void
|
||||
xmlRegPrintCompact(FILE* output, xmlRegexpPtr regexp)
|
||||
@@ -2319,7 +2319,7 @@ xmlFACompareRanges(xmlRegRangePtr range1, xmlRegRangePtr range2) {
|
||||
* @param type2 an atom type
|
||||
*
|
||||
* Compares two atoms type to check whether they intersect in some ways,
|
||||
* this is used by xmlFACompareAtoms only
|
||||
* this is used by xmlFACompareAtoms() only
|
||||
*
|
||||
* @returns 1 if they may intersect and 0 otherwise
|
||||
*/
|
||||
@@ -2564,7 +2564,7 @@ xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) {
|
||||
* @param deep if not set only compare string pointers
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* @returns 1 if yes and 0 otherwise
|
||||
*/
|
||||
|
Reference in New Issue
Block a user