mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +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:
@@ -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>
|
Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* SAX2.c: fixed a namespace error on attribute reporting bug
|
* SAX2.c: fixed a namespace error on attribute reporting bug
|
||||||
|
@@ -30,6 +30,9 @@ ignored_files = {
|
|||||||
ignored_words = {
|
ignored_words = {
|
||||||
"WINAPI": (0, "Windows keyword"),
|
"WINAPI": (0, "Windows keyword"),
|
||||||
"LIBXML_DLL_IMPORT": (0, "Special macro to flag external keywords"),
|
"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"),
|
"__declspec": (3, "Windows keyword"),
|
||||||
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
|
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
|
||||||
"LIBEXSLT_PUBLIC": (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
Reference in New Issue
Block a user