1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

enhanced code to compensate for pollution from Igor's header taint (quick

* doc/apibuild.py, doc/libxml2-api.xml: enhanced code
  to compensate for pollution from Igor's header taint
  (quick before Daniel notices)
This commit is contained in:
William M. Brack 2003-08-29 06:03:38 +00:00
parent 67906944fc
commit cdfa286c39
3 changed files with 862 additions and 533 deletions

View File

@ -1,3 +1,9 @@
Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
* doc/apibuild.py, doc/libxml2-api.xml: enhanced code
to compensate for pollution from Igor's header taint
(quick before Daniel notices)
Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
* SAX2.c: fixed a namespace error on attribute reporting bug

View File

@ -30,6 +30,9 @@ ignored_files = {
ignored_words = {
"WINAPI": (0, "Windows keyword"),
"LIBXML_DLL_IMPORT": (0, "Special macro to flag external keywords"),
"XMLPUBVAR": (0, "Special macro for extern vars for win32"),
"XMLPUBFUN": (0, "Special macro for extern funcs for win32"),
"XMLCALL": (0, "Special macro for win32 calls"),
"__declspec": (3, "Windows keyword"),
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
"LIBEXSLT_PUBLIC": (0, "macro keyword"),

File diff suppressed because it is too large Load Diff