Melvin Vermeeren

Results 147 comments of Melvin Vermeeren

@brechtm Don't those warnings come from Doxygen? https://www.doxygen.nl/manual/config.html#cfg_warn_if_undocumented

As just posted in #485, this may be useful for those with build failures due to big job logs: > A workaround could be to write a wrapper script around...

Could you check if your specific case is the same as #356? Perhaps parts of #405 (and linked issues from there) are also relevant. If your issue is not related...

This might be fixed with #512, released in Breathe v4.17.0. Note that you also need Sphinx 3.x for recent Breathe versions. Could someone try and post results?

Something related for the `doxygengroup` directive was merged recently with #501 in the form of a `sections` option. This could be added to other directives and perhaps satisfies this use...

@rw1nkler Yeah there is some bug with RTD which somehow stopped updating quite a while ago, see #475. I have no experience with RTD and also don't know who set...

@rw1nkler Seems like it would be easy to fix in that case, thanks a lot for the info. @michaeljones can you have a look at things considering you are the...

Possibly support needs to be provided in Sphinx. Patches are as always very welcome, there is a shortage of contributors.

@h1nk I recommend you instead simply template the `conf.py` and use something like https://cmake.org/cmake/help/latest/command/configure_file.html, this doesn't need special integration and works for practically anything.

This might be related to #447 and/or #369, I am not entirely sure. It might also be a problem in Sphinx's C or C++ domain, which is at https://github.com/sphinx-doc/sphinx/blob/3.x/sphinx/domains/c.py. and...