Re: [PATCH 1/1] doc: add partition API to HTML documentation

2023-08-16 Thread Heinrich Schuchardt
OK thank you, I will send an mail about it. Do you think you could base your part on [1], since I changed the same file? It is available at u-boot-dm/methb-working The patch is already merged: commit 5aae021c30940a57862c1ea6a3cf8eeb88ca2c1c Best regards Heinrich

Re: [PATCH 1/1] doc: add partition API to HTML documentation

2023-08-16 Thread Simon Glass
Hi Heinrich, On Tue, 15 Aug 2023 at 09:18, Heinrich Schuchardt wrote: > > > > On 8/15/23 16:44, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 15 Aug 2023 at 04:32, Heinrich Schuchardt > > wrote: > >> > >> * Convert comments in part.h to Sphinx style. > >> * Create documentation page for

Re: [PATCH 1/1] doc: add partition API to HTML documentation

2023-08-15 Thread Heinrich Schuchardt
On 8/15/23 16:44, Simon Glass wrote: Hi Heinrich, On Tue, 15 Aug 2023 at 04:32, Heinrich Schuchardt wrote: * Convert comments in part.h to Sphinx style. * Create documentation page for the partition API. * Add the partition API page to the API index page. Signed-off-by: Heinrich

Re: [PATCH 1/1] doc: add partition API to HTML documentation

2023-08-15 Thread Simon Glass
Hi Heinrich, On Tue, 15 Aug 2023 at 04:32, Heinrich Schuchardt wrote: > > * Convert comments in part.h to Sphinx style. > * Create documentation page for the partition API. > * Add the partition API page to the API index page. > > Signed-off-by: Heinrich Schuchardt > --- > doc/api/index.rst |

[PATCH 1/1] doc: add partition API to HTML documentation

2023-08-15 Thread Heinrich Schuchardt
* Convert comments in part.h to Sphinx style. * Create documentation page for the partition API. * Add the partition API page to the API index page. Signed-off-by: Heinrich Schuchardt --- doc/api/index.rst | 1 + doc/api/part.rst | 6 ++ include/part.h| 210