Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Add slab internal kernel-doc

We don't have much real internal documentation to extract yet, but
let's make sure that what we do have is available.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Harry Yoo <harry.yoo@oracle.com>
Link: https://patch.msgid.link/20250611155916.2579160-7-willy@infradead.org
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>

authored by

Matthew Wilcox (Oracle) and committed by
Vlastimil Babka
18085170 e8a45f19

+7
+7
Documentation/mm/slab.rst
··· 3 3 =============== 4 4 Slab Allocation 5 5 =============== 6 + 7 + Functions and structures 8 + ======================== 9 + 10 + .. kernel-doc:: mm/slab.h 11 + .. kernel-doc:: mm/slub.c 12 + :internal: