Re: [PATCH v8 00/21] dts: docstrings update

2023-12-01 Thread Jeremy Spewock
Hey Juraj, I looked through all the patches and left a few comments. All of the comments I left though were very minor comments about spelling/grammar on a few patches. Otherwise this all looks good to me.

Re: [PATCH v8 00/21] dts: docstrings update

2023-12-01 Thread Yoan Picchi
On 11/23/23 15:13, Juraj Linkeš wrote: The first commit makes changes to the code. These code changes mainly change the structure of the code so that the actual API docs generation works. There are also some code changes which get reflected in the documentation, such as making functions/methods/a

[PATCH v8 00/21] dts: docstrings update

2023-11-23 Thread Juraj Linkeš
The first commit makes changes to the code. These code changes mainly change the structure of the code so that the actual API docs generation works. There are also some code changes which get reflected in the documentation, such as making functions/methods/attributes private or public. The rest of