Roger Barton
Roger Barton
I've never heard of the `auto*` directive, so I don't know if it will work with the C# domain. I'm aware that the docs for the C# domain are missing,...
You should use my [fork](https://github.com/rogerbarton/sphinx-csharp), which is much more up to date. The breathe integration only works with my fork. Also im not sure if python 3.9 is supported.
Thanks for reporting the bug. I can make the changes to the code, but it seems like there is another issue that causes this case to occur. Do you know...
Ok thats fine. Usually it's because of a new language feature in C# or because doxygen has changed something in its output format. I will just apply the hotfix to...
Added config variables that can be set in `conf.py` (defaults indicated): See `CSharpDomain` also for examples of the defaults ```py # Check if external links are valid with a http...
Resolving external links (e.g. to msdn) and reltated functionality has been moved to a new file/class. Also the data is now in a separate file to the functionality.
I doubt this will be merged any time soon, haven't heard anything from @djungelorm yet. My repo is up to date, so you can just use that master branch directly....