]> git.saurik.com Git - wxWidgets.git/commit - wxPython/SWIG/swig.xmlout.patch
Updated the docstring patch to match current SWIG CVS line numbers and
authorRobin Dunn <robin@alldunn.com>
Thu, 11 Dec 2003 19:07:00 +0000 (19:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 11 Dec 2003 19:07:00 +0000 (19:07 +0000)
commit1e9b37a2fadb82105b51470b53e31936dc39888d
tree0d46736f13a81525d923ee69180750a0aa132402
parent19ab38e730bcd5d900b87a73150ce52947e05d9c
Updated the docstring patch to match current SWIG CVS line numbers and
such.

Added swig.xmlout.patch, which fixes a couple problems in the XML
output of SWIG: an extra "/>" was removed and newlines in attribute
values were changed to the #10; entity reference so they will be
preserved by parsers. Also, added options for dumping or writing to a
file the XML of the parse tree *after* other language modules have
been run (previously you could only do the XML output *instead of* a
regular language module.)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/SWIG/README.txt
wxPython/SWIG/swig.python-docstring.patch
wxPython/SWIG/swig.xmlout.patch [new file with mode: 0644]