mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-19 18:50:25 +08: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:
parent
67906944fc
commit
cdfa286c39
@ -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
|
||||
|
@ -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"),
|
||||
|
1386
doc/libxml2-api.xml
1386
doc/libxml2-api.xml
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user