mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
code cleanup, especially the function comments. fixed a small bug when
* DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c: code cleanup, especially the function comments. * tree.c: fixed a small bug when freeing nodes which are XInclude ones. Daniel
This commit is contained in:
9
valid.c
9
valid.c
@ -699,7 +699,7 @@ xmlNewElementContent(xmlChar *name, xmlElementContentType type) {
|
||||
|
||||
/**
|
||||
* xmlCopyElementContent:
|
||||
* @content: An element content pointer.
|
||||
* @cur: An element content pointer.
|
||||
*
|
||||
* Build a copy of an element content description.
|
||||
*
|
||||
@ -2226,7 +2226,7 @@ xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
|
||||
}
|
||||
|
||||
/**
|
||||
* xmlRemoveID
|
||||
* xmlRemoveID:
|
||||
* @doc: the document
|
||||
* @attr: the attribute
|
||||
*
|
||||
@ -2507,7 +2507,7 @@ xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
|
||||
}
|
||||
|
||||
/**
|
||||
* xmlRemoveRef
|
||||
* xmlRemoveRef:
|
||||
* @doc: the document
|
||||
* @attr: the attribute
|
||||
*
|
||||
@ -2829,7 +2829,7 @@ xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc,
|
||||
}
|
||||
|
||||
/**
|
||||
* xmlIsMixedElement
|
||||
* xmlIsMixedElement:
|
||||
* @doc: the document
|
||||
* @name: the element name
|
||||
*
|
||||
@ -3367,7 +3367,6 @@ xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc,
|
||||
* @elem: the parent
|
||||
* @name: the attribute name
|
||||
* @value: the attribute value
|
||||
* @ctxt: the validation context or NULL
|
||||
*
|
||||
* Does the validation related extra step of the normalization of attribute
|
||||
* values:
|
||||
|
Reference in New Issue
Block a user