diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-29 12:40:16 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-29 12:40:16 +0000 |
commit | d433046ae52b0488a9fad77d2045c0139b8cada8 (patch) | |
tree | d0874567341e83e9d63fd7b9034ab982b54d6b1a /xmlschemas.c | |
parent | a28d236577aa3be1e468b9d3d5610cea09a7bd1c (diff) | |
download | libxml2-d433046ae52b0488a9fad77d2045c0139b8cada8.tar.gz |
fixing a function comment switching to the XML/XSLT doc generation closing
* xmlschemas.c doc/libxml2-api.xml: fixing a function comment
* doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
to the XML/XSLT doc generation closing #111799
* doc/html/*: complete update of the HTML results
Daniel
Diffstat (limited to 'xmlschemas.c')
-rw-r--r-- | xmlschemas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlschemas.c b/xmlschemas.c index 55cdef54..bb639709 100644 --- a/xmlschemas.c +++ b/xmlschemas.c @@ -166,7 +166,6 @@ xmlSchemaNewSchema(xmlSchemaParserCtxtPtr ctxt) /** * xmlSchemaNewFacet: - * @ctxt: a schema validation context (optional) * * Allocate a new Facet structure. * |