On 11/19/2015 11:06 AM, Alex Mohr wrote:
> Hi Andy,
>
> We do something very similar to what you describe, except we use
> doxygen (www.doxygen.org) to output XML files that we use to generate
> __doc__ strings for our python bindings. We're primarily a linux shop.
>
> I don't know how hard it w
Hi Andy,
We do something very similar to what you describe, except we use doxygen
(www.doxygen.org) to output XML files that we use to generate __doc__
strings for our python bindings. We're primarily a linux shop.
I don't know how hard it would be to switch to doxygen, maybe it can
deal wi
Hello,
My team produces a C++ library exported to python via Boost.Python.
We've documented our functions and classes with C#-ish style comments.
These are parse-able by Visual Studio and XML files are built from
them. When our shared object file is imported in python, a function
opens these