1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%

Cleanup, cleanup ..
* configure.in Makefile.am: removed libxml softlink for good
* include/libxml/*.h *.c doc/Makefile.am: cleanup to get
  100% coverage by gtk-doc
Daniel
This commit is contained in:
Daniel Veillard
2001-07-18 19:30:27 +00:00
parent 8599e70dd3
commit 5e2dace1ca
32 changed files with 666 additions and 380 deletions

View File

@ -56,7 +56,7 @@ void xmlUpgradeOldNs(xmlDocPtr doc);
************************************************************************/
const char *xmlParserVersion = LIBXML_VERSION_STRING;
/*
/**
* xmlCheckVersion:
* @version: the include version number
*
@ -128,7 +128,7 @@ static const char *xmlFeaturesList[] = {
"SAX function externalSubset",
};
/*
/**
* xmlGetFeaturesList:
* @len: the length of the features name array (input/output)
* @result: an array of string to be filled with the features name.
@ -155,7 +155,7 @@ xmlGetFeaturesList(int *len, const char **result) {
return(ret);
}
/*
/**
* xmlGetFeature:
* @ctxt: an XML/HTML parser context
* @name: the feature name
@ -256,7 +256,7 @@ xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result) {
return(0);
}
/*
/**
* xmlSetFeature:
* @ctxt: an XML/HTML parser context
* @name: the feature name
@ -2493,8 +2493,8 @@ xmlParserAddNodeInfo(xmlParserCtxtPtr ctxt,
* *
************************************************************************/
/*
* xmlCheckLanguageID
/**
* xmlCheckLanguageID:
* @lang: pointer to the string value
*
* Checks that the value conforms to the LanguageID production: