Also, is there any documentation generator that can check whether in-line code examples (Swift, C++) would actually compile? Likely by letting me provide “invisible” extra code as a test harness? (It doesn’t have to run the code, compiling would be enough)
@uliwitness Sphinx does that, but only for Python as far as I know.