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.
diff --git a/xmlreader.c b/xmlreader.c
index 6d6d558..ec36fe9 100644
--- a/xmlreader.c
+++ b/xmlreader.c
@@ -438,7 +438,7 @@
  *
  * Deallocate the memory used by an ID hash table.
  */
-void
+static void
 xmlTextReaderFreeIDTable(xmlIDTablePtr table) {
     xmlHashFree(table, (xmlHashDeallocator) xmlFreeID);
 }