Melvin Vermeeren

Results 147 comments of Melvin Vermeeren

@firejq Just in case: when setting Doxygen to preprocess macros, do you then also the post-processed definition for the `doxygenfunction` directive in RST? (So not `MY_API` but the expanded result.)...

@michaeljones Thoughts on splitting this issue into one per deprecation warning we get? Might be easier to that and fix that way. https://github.com/breathe-doc/breathe/issues/884#issuecomment-1397392052

@rvkennedy I suppose `breathe-section-title-public-functions` should be using `class` or similar then iirc. And/or make the `id` actually unique, which is what I think most other places do. You in a...

@smitchell7 The doc table was added in #509 with original implementation in #501. I don't believe this has been touched much since it was added 3 years ago. It could...

@drorgl Initial graph support was added in #757 and I don't think it has changed much (if at all) since then. There is a chance adding the caller and callee...

> Is there a reason that this would be a good idea, since it appears to be on purpose? For future reference, I replied in PR https://github.com/breathe-doc/breathe/pull/910#issuecomment-1531640467.

@D4N Sort of both actually, I've been handling the releases since mid-2018 (whew). The tags in git have been signed all along since then. Eventually detached signatures were also added...

Possibly also related to #315, the XML related things are not very efficient currently. Unlikely to change soon due to lack of contributors, patches always welcome though.

I think it is not possible for Sphinx to "fix" this, since a file isn't really a C/C++ type or anything like that. However, apidoc could be modified to automatically...

You are right, that indeed must be unique enough. A possible implementation of #321 may solve this issue too, though it is mainly about generating some index instead of being...