Re: [PATCH v6 4/4] dts: add API doc generation

2024-06-24 Thread Thomas Monjalon
24/06/2024 15:46, Juraj Linkeš: > The tool used to generate DTS API docs is Sphinx, which is already in > use in DPDK. The same configuration is used to preserve style with one > DTS-specific configuration (so that the DPDK docs are unchanged) that > modifies how the sidebar displays the content. >

Re: [PATCH v6 4/4] dts: add API doc generation

2024-06-24 Thread Juraj Linkeš
Hi Thomas, I believe the only open question in this patch set is the linking of DTS API docs on the main doxygen page. I've left only the parts relevant to the question so that it's easier for us to address it. diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index f9283154

Re: [PATCH v6 4/4] dts: add API doc generation

2024-06-24 Thread Bruce Richardson
On Mon, Jun 24, 2024 at 03:46:00PM +0200, Juraj Linkeš wrote: > The tool used to generate DTS API docs is Sphinx, which is already in > use in DPDK. The same configuration is used to preserve style with one > DTS-specific configuration (so that the DPDK docs are unchanged) that > modifies how the s

[PATCH v6 4/4] dts: add API doc generation

2024-06-24 Thread Juraj Linkeš
The tool used to generate DTS API docs is Sphinx, which is already in use in DPDK. The same configuration is used to preserve style with one DTS-specific configuration (so that the DPDK docs are unchanged) that modifies how the sidebar displays the content. Sphinx generates the documentation from