1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +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

@@ -53,7 +53,7 @@ typedef void (*xmlValidityWarningFunc) (void *ctx,
const char *msg,
...);
/**
/*
* xmlValidCtxt:
* An xmlValidCtxt is used for error reporting when validating.
*/