Message ID | 20210322195022.2143603-4-willy@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] mm/doc: Fix fault_flag_allow_retry_first kerneldoc | expand |
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@infradead.org> Acked-by: Mike Rapoport <rppt@linux.ibm.com> > --- > 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 >
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:
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@infradead.org> --- Documentation/core-api/mm-api.rst | 4 ++++ 1 file changed, 4 insertions(+)