Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 48 forks source link

How do I use doxypypy on shared objects? #51

Open kaimast opened 6 years ago

kaimast commented 6 years ago

I have written python bindings in C++ using boost::python which generates a shared object.

It looks like doxypypy wants a python source file as an input. Is there any way to give it a shared object?

Thanks!