Stephen McDowell
Stephen McDowell
CC @lums658 refs #160 I couldn't push to that branch (I think because it's the main branch of your repo), I'm sorry for the very long delay. In order to...
https://github.com/svenevs/exhale/graphs/code-frequency Says it all. It's both love and hate. I was able to get some additional fixes in recently, but I can't make any specific promises. I have important personal...
- [ ] Provide better documentation on how to make development easier. As mentioned in https://github.com/svenevs/exhale/issues/140#issuecomment-1003356351 the best way to temporarily disable the generated API / rebuilds from `exhale` is...
Currently, the `programlisting` is just transformed into a raw `.. code-block::`. This is better than nothing, but 1. Explicitly parsing the `programlisting` for a given `refid` is easy (and already...
Below is a note to myself primarily, need docs on how to debug / compare things with doxygen for others. If a user wants to compare the sphinx vs doxygen...
> > find out why everything breaks in Doxygen 1.9.2 > > I've come across "unmatched XML tags" in the doxygen output when using v1.9.2 with breathe. I found that...
``` /// @example auto render_pass_ci = make_info(); ``` Results into ``` (!) Exhale: could not generate reStructuredText documents :/Traceback (most recent call last): File "c:\python39\lib\site-packages\exhale\__init__.py", line 25, in environment_ready deploy.explode()...
It is possible to [get the graphviz code generated from doxygen](https://sunglint.wordpress.com/2013/03/04/doxygen-vs-graphviz/) and you can use `graphviz` in sphinx. Needs more investigation, but this would be a really nice feature. Maybe...
- [ ] Doxyfile is a `List[Union[str, pathlib.Path]]` (don't require to be in same directory as `conf.py`). - [ ] Customizable doxygen launching (e.g., they need to `cd` somewhere other...