On Mon, Mar 22, 2021 at 07:50:22PM +0000, Matthew Wilcox (Oracle) wrote: > kerneldoc in include/linux/mm.h and include/linux/mm_types.h wasn't > being included in the html build. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Acked-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> > --- > Documentation/core-api/mm-api.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst > index 874ae1250258..34f46df91a8b 100644 > --- a/Documentation/core-api/mm-api.rst > +++ b/Documentation/core-api/mm-api.rst > @@ -93,3 +93,7 @@ More Memory Management Functions > > .. kernel-doc:: mm/page_alloc.c > .. kernel-doc:: mm/mempolicy.c > +.. kernel-doc:: include/linux/mm_types.h > + :internal: > +.. kernel-doc:: include/linux/mm.h > + :internal: > -- > 2.30.2 > -- Sincerely yours, Mike.