Description
What's the outlook for source-level documentation in the proposed developers guild (see Issue #65)?
If you're interested in bringing back the Doxygen, it seems we can still integrate it in the current Sphynx docs (see this FAQ). I still have an ancient Doxyfile that simply generates the descriptions of the code structure (with links and whatnot). Might be a good start. However, since Nek doesn't have much Doxygen-formatted in-source comments, the resulting doc is still pretty bare. I've heard rumors that KTH made some more progress with Doxygen (@pschlatt1, @adampep)?
If you're interested in a pure Sphynx solution, then we can either document in-source or out-of-source with Sphinx domains.
IMO, the main thing to consider is whether you want in-source or out-of-source docs. I believe Doxygen would be better for in-source whereas Sphinx domains would be better for out-of-source.