Re: [PATCH 5/5] docs/devel: mark out defined functions and structures

2024-03-08 Thread Peter Maydell
On Thu, 7 Mar 2024 at 18:11, Alex Bennée wrote: > > This allows sphinx to hyperlink the references to their kdoc > definitions for easy navigation. > > Signed-off-by: Alex Bennée > --- > docs/devel/memory.rst | 48 +-- > 1 file changed, 24 insertions(+), 2

[PATCH 5/5] docs/devel: mark out defined functions and structures

2024-03-07 Thread Alex Bennée
This allows sphinx to hyperlink the references to their kdoc definitions for easy navigation. Signed-off-by: Alex Bennée --- docs/devel/memory.rst | 48 +-- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/devel/memory.rst b/docs/devel/