From: Matthew Wilcox (Oracle) Date: Fri, 30 Apr 2021 05:59:34 +0000 (-0700) Subject: mm/doc: add mm.h and mm_types.h to the mm-api document X-Git-Tag: accepted/tizen/unified/20230118.172025~7324^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a87132a229918fbc9d3cdacc61d3c8ae04e497ce;p=platform%2Fkernel%2Flinux-rpi.git mm/doc: add mm.h and mm_types.h to the mm-api document kerneldoc in include/linux/mm.h and include/linux/mm_types.h wasn't being included in the html build. Link: https://lkml.kernel.org/r/20210322195022.2143603-4-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) Acked-by: Mike Rapoport Cc: John Hubbard Cc: Jonathan Corbet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst index 201b542..f1dc5f5 100644 --- a/Documentation/core-api/mm-api.rst +++ b/Documentation/core-api/mm-api.rst @@ -92,3 +92,7 @@ More Memory Management Functions :export: .. kernel-doc:: mm/page_alloc.c +.. kernel-doc:: include/linux/mm_types.h + :internal: +.. kernel-doc:: include/linux/mm.h + :internal: