Extract doxygen from ftdi.c to python docstrings
authorDan White <dan@whiteaudio.com>
Sat, 27 Oct 2012 05:12:37 +0000 (00:12 -0500)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 19 Nov 2012 08:45:38 +0000 (09:45 +0100)
commitf9e62be7d02503877cc042833ae24ce1093bf38b
tree7b6431dbe89665c10df5cc9065e09653baacf72e
parent148bdc830ce6fb63c8f202db392367e1f3a38582
Extract doxygen from ftdi.c to python docstrings

Uses the doxy2swig.py script to process the doxygen-generated
doc/xml/ftdi_8c.xml file into a SWIG file ftdi1_doc.i.

This allows the documentation to show in a python docstring viewer from
something like ipython.
CMakeLists.txt
bindings/CMakeLists.txt
bindings/doxy2swig.py [new file with mode: 0644]
bindings/ftdi1.i