Eric W. Brown

Results 35 comments of Eric W. Brown

I'm just trying to build the stable branch with the end goal of trying out the sample Python scripts. Mac OS X 10.6.8 32-bit is the most convenient system for...

Thanks. With your changes, Linux 64-bit builds now without any problems, and the 32-bit Mac OS X build is definitely helped. Adding in the minor changes I made to flag...

That looks like a regression that'll need to be looked at.

I'd like to incorporate this, but I have two comments: We're already importing some items from `re`; why not just import `match` directly the same way rather than the full...

Sure, please take a look in the `test` folder in `doxypypy`. You should see lots of sample inputs with their respective expected outputs for different argument combinations. There's a shell...

I don't know that there ever can be a fix for this without Doxygen becoming a bit more flexible in this regard to better accommodate languages in which whitespace is...

I remember starting to look into this but then I got sidetracked and didn't get back to it. If I'm lucky I may have a chance to look into it...

I've never personally tried. I've been told at least one other person has had limited success with it. Patches (with tests) would certainly be welcome! There is nothing preventing doxypypy...

Usually I think that's what people want. If they choose to use a different version of Python, they already can do the '/my/special/python doxypypy.py' instead and it'll run using that...