-
I haven't used it myself, but I understand Doxygen's XML output is a useful intermediate representation for newer documentation website templates. Has anyone tried integrating Doxygen with Quarto through an extension? I've seen a lot of progress in documenting R, Python, and Julia packages with Quarto, and I think Doxygen's XML might be useful when trying to document C++ projects with Quarto. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It does not seem to be the same thing. In case, you were talking about using Quarto to generate the documentation for those languages uses Quarto (not the other way around):
|
Beta Was this translation helpful? Give feedback.
I don't think a Quarto extension is the right way or best way, because what you need to do is a big processing of the Doxygen XML file which has nothing to do with Quarto. Once that processing is done and you have markdown files structured possibly as a Quarto website project, use Quarto.
You could do that in a pre-render script eventually.