Initial revision, contributed by Klaus Wiederaenders.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1002 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f01a131559
commit
4867f7938d
11 changed files with 6022 additions and 0 deletions
24
Examples/xml/error.expected-xml
Normal file
24
Examples/xml/error.expected-xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<swigxml:swig name="namespaces" xmlns:swigxml="http://jniplusplus.sourceforge.net" xmlns:swig="http://swig.sourceforge.net" xmlns:c="http://www.ansi.org" >
|
||||
<swig:top >
|
||||
<swigxml:child >
|
||||
<swig:file name="../../Lib/swig.swg" >
|
||||
<swigxml:type string="include" />
|
||||
</swig:file>
|
||||
<swig:file name="error.i" >
|
||||
<swigxml:child >
|
||||
<swig:module name="error" />
|
||||
<c:enum >
|
||||
<swigxml:child >
|
||||
<c:enumvalue name="RED" >
|
||||
<swigxml:value string="RED" />
|
||||
</c:enumvalue>
|
||||
<c:enumvalue name="GREEN" />
|
||||
<c:enumvalue name="BLUE" />
|
||||
</swigxml:child>
|
||||
</c:enum>
|
||||
</swigxml:child>
|
||||
<swigxml:type string="include" />
|
||||
</swig:file>
|
||||
</swigxml:child>
|
||||
</swig:top>
|
||||
</swigxml:swig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue