mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
docs: nvmem: generate kernel-doc API documentation
This is useful on its own, and it also enables hyperlink generation for functions mentioned in ReST documentation. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231201-nvmem-docs-kerneldoc-v1-1-3e8f2b706ce6@bootlin.com
This commit is contained in:
parent
8926f57943
commit
2b4ba158ae
@ -200,3 +200,9 @@ and let you add cells dynamically.
|
||||
Another use case for layouts is the post processing of cells. With layouts,
|
||||
it is possible to associate a custom post processing hook to a cell. It
|
||||
even possible to add this hook to cells not created by the layout itself.
|
||||
|
||||
9. Internal kernel API
|
||||
======================
|
||||
|
||||
.. kernel-doc:: drivers/nvmem/core.c
|
||||
:export:
|
||||
|
Loading…
Reference in New Issue
Block a user