Gaia
doxy2swig Namespace Reference

Classes

class  Doxy2SWIG
 

Functions

def my_open_read (source)
 
def my_open_write (dest)
 
def convert (input, output, include_function_definition=True, quiet=False)
 
def main ()
 

Detailed Description

Doxygen XML to SWIG docstring converter.

Usage:

  doxy2swig.py [options] input.xml output.i

Converts Doxygen generated XML files into a file containing docstrings
that can be used by SWIG-1.3.x.  Note that you need to get SWIG
version > 1.3.23 or use Robin Dunn's docstring patch to be able to use
the resulting output.

input.xml is your doxygen generated XML file and output.i is where the
output will be written (the file will be clobbered).