Re: [PATCH v2] dts: fix doxygen API link and DTS docs placement

2024-11-07 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v2] dts: fix doxygen API link and DTS docs placement

2024-11-06 Thread Nicholas Pratte
Reviewed-by: Nicholas Pratte

Re: [PATCH v2] dts: fix doxygen API link and DTS docs placement

2024-10-28 Thread Dean Marx
On Fri, Oct 25, 2024 at 6:35 AM Paul Szczepanek wrote: > Alias used to produce the link to the DTS API docs uses config data. > The required value in config data was being added in the wrong scope. > This moves the key addition to where the config data object is created. > > DTS docs need to be p

[PATCH v2] dts: fix doxygen API link and DTS docs placement

2024-10-25 Thread Paul Szczepanek
Alias used to produce the link to the DTS API docs uses config data. The required value in config data was being added in the wrong scope. This moves the key addition to where the config data object is created. DTS docs need to be placed in the same dir as main API docs. Made DTS docs dependent on