Stephen McDowell

Results 237 comments of Stephen McDowell

Also, what version of python are you using? [In `compound.py`](https://raw.githubusercontent.com/ax3l/breathe/topic-elemTree/breathe/parser/compound.py), the `docTitleType` has 270 parameters. More than 255 was introduced with python 3.7.

Are you working with an installed copy of your `breathe/topic-elemTree` branch? That's what I installed and ran your above instructions, and the 255 args thing will arise: ```console sven:~/Desktop/picongpu/docs> make...

@ax3l (and anyone else interested) I gave a stab at fixing `generateDS` to use a `**kwargs` approach, initial work [can be found here](https://bitbucket.org/dkuhlman/generateds/pull-requests/30/wip-support-for-254-parameters-via-kwargs/diff#comment-62768955). The author has been very supportive so...

Brief response from phone, the snag is that the way breathe represents it's hierarchy internally was using something to take the doxygen xml schema and turn it into Python classes...

https://github.com/michaeljones/breathe/blob/f1e22cb871b410700cf6b1004363d3ceedacfb6a/breathe/renderer/sphinxrenderer.py#L2571-L2574 actually in this example I think `@param` is ending up in a paragraph, so it could be that the following just needs to be added (unclear _why_ this tag...

> they felt like it was a crucial project for their industry Seconded :slightly_smiling_face: I think companies would be happy to sponsor this project in some way especially if it...

To debug / play with doxygen configs, since as you see I inject quite a bit of stuff there, advise just creating local `Doxyfile` in same directory as `conf.py` with...

Ah interesting, very helpful thanks! Can you share exact `Doxyfile` you were using? My doxygen is old and I didn't even think to look at this x0 I have docs...

Upstream issue to track: https://github.com/doxygen/doxygen/issues/2732 Edit: see examples there for possible workarounds documenting them as interfaces.

Hey, I wrote [exhale](https://github.com/svenevs/exhale) to do this. I've wanted to put a link to it on here for a long time, but it is currently not perfect. The [warning at...