Re: [C++-sig] C++ comments to docstrings

2015-11-19 Thread Andy Falanga (afalanga)
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

Re: [C++-sig] C++ comments to docstrings

2015-11-19 Thread Alex Mohr
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

[C++-sig] C++ comments to docstrings

2015-11-19 Thread Andy Falanga (afalanga)
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