summaryrefslogtreecommitdiff
path: root/xmlschemas.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-12-29 02:52:11 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-12-29 02:52:11 +0000
commit081719182de3d15e6a438f32fdc3d1ca240a08e8 (patch)
treee92318bcd8d4b98d7782b1c89a5f31f4e100c907 /xmlschemas.c
parentb15351e54d29b139f40a32760d635258f586f7a3 (diff)
downloadlibxml2-081719182de3d15e6a438f32fdc3d1ca240a08e8.tar.gz
edited a couple of comments in accordance with posting on the mailing list
* xmlschemas.c: edited a couple of comments in accordance with posting on the mailing list (no logic change) * xpointer.c: working on Bug 129967, added check for NULL nodeset to prevent crash. Further work required. * xpath.c: working on Bug 129967, added code to handle XPATH_LOCATIONSET in RANGETO code, also added code to handle it in xmlXPathEvaluatePredicateResult. Further work required.
Diffstat (limited to 'xmlschemas.c')
-rw-r--r--xmlschemas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlschemas.c b/xmlschemas.c
index 60a5bce5..e5673373 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -356,7 +356,7 @@ xmlSchemaVErr(xmlSchemaValidCtxtPtr ctxt, xmlNodePtr node, int error,
/**
* xmlSchemaNewSchema:
- * @ctxt: a schema validation context (optional)
+ * @ctxt: a schema validation context
*
* Allocate a new Schema structure.
*
@@ -402,7 +402,7 @@ xmlSchemaNewFacet(void)
/**
* xmlSchemaNewAnnot:
- * @ctxt: a schema validation context (optional)
+ * @ctxt: a schema validation context
* @node: a node
*
* Allocate a new annotation structure.