doxyrest icon indicating copy to clipboard operation
doxyrest copied to clipboard

A compiler from Doxygen XML to reStructuredText -- hence, the name. It parses XML databases generated by Doxygen and produces reStructuredText for the Python documentation generator Sphinx.

Results 16 doxyrest issues
Sort by recently updated
recently updated
newest added

I'm trying to generate documentation for a C++ source code (file `main.cpp`) using Doxygen, doxyrest and Sphinx. The source code looks like this: ``` /*! \file main.cpp \brief A Documented...

I'm trying to build a documentation workflow for a set of existing projects. I tried using breathe / exhale and while I like the results there are some complications that...

Extra `.. ref-code-block:: c` appear in front of my code block whenever I use doxygen's `\include` instead of `\verbinclude` See this xml snippet (manually beautified): ``` .. raw:: html <div...

Hello again - and thanks for the recent update (2.1.3) which has solved my previous issue. This time i have a bug to report, though i believe the fix shouldn't...

Hello, I recently added plantuml diagrams in my documentation. They are well integrated in the html output from doxygen but in the xml, I only see the reference to the...

Hi, I'm exporting a sphinx documentation to LaTeX and the doxyrest code blocks are generated with {sphinxalltt} environments, example: ` \begin{sphinxalltt} namespace ContextInfo { // enums enum {\hyperref[\detokenize{reference/enum_MyNamespace_ContextInfo_ChannelIndexMode:doxid-namespace-mynamespace-1-1-context-info-1adde2196f72f6de24085dd9f2b0666c7d}]{\sphinxcrossref{\DUrole{std,std-ref}{ChannelIndexMode}}}}; ... \end{sphinxalltt}...

Is integration with sphinx cpp domain is supposed to be working/planned feature ? Such as :cpp:class:`MyClass` Is there something I could edit in the .rst.in templates ?

Hi! I've got doxyrest working for my documentation but since it comes from fortran code it needs a little tweaking. My guess is that I should add fortran templates in...

Doxyrest is awesome! I tried various tools including breathe/exhale, but I really like the clean pipeline from XML to rst to html. However, there is one feature I'm missing: Explicit...

Hello, I tried to update Doxygen to 1.9.7 and 1.9.8 but after that when I try to run `doxyrest.exe -c doxyrest-config.lua` there is no errors but a lot of files...