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).
Classes | |
class | Doxy2SWIG |
Functions | |
def | convert (input, output, include_function_definition=True, quiet=False) |
def | main () |
def | my_open_read (source) |
def | my_open_write (dest) |
def doxy2swig.convert | ( | input, | |
output, | |||
include_function_definition = True , |
|||
quiet = False |
|||
) |
Definition at line 430 of file doxy2swig.py.
def doxy2swig.main | ( | ) |
Definition at line 435 of file doxy2swig.py.
def doxy2swig.my_open_read | ( | source | ) |
Definition at line 40 of file doxy2swig.py.
def doxy2swig.my_open_write | ( | dest | ) |
Definition at line 46 of file doxy2swig.py.