1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

Finally - found the problem with the page generation (XMLPUBFUN not

* doc/html/*.html: Finally - found the problem with the
  page generation (XMLPUBFUN not recognized by gtkdoc).
  Re-created the pages using a temporary version of
  include/libxml/*.h.
* testOOMlib.c,include/libxml/encoding.h,
  include/libxml/schemasInternals.h,include/libxml/valid.h,
  include/libxml/xlink.h,include/libxml/xmlwin32version.h,
  include/libxml/xmlwin32version.h.in,
  include/libxml/xpathInternals.h: minor edit of comments
  to help automatic documentation generation
* doc/docdescr.doc: small elaboration
* doc/examples/test1.c,doc/examples/Makefile.am: re-commit
  (messed up on last try)
* xmlreader.c: minor change to clear warning.
This commit is contained in:
William M. Brack
2003-11-16 06:25:42 +00:00
parent 8d7b5c7ecd
commit 60f394e96d
57 changed files with 13651 additions and 855 deletions

View File

@ -25,7 +25,7 @@
* Prints the names of the all the xml elements
* that are siblings or children of a given xml node.
*/
void
static void
print_element_names(xmlNode * a_node)
{
xmlNode *cur_node = NULL;