From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: linux-mm@kvack.org, Andrew Morton <akpm@linux-foundation.org> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, linux-doc@vger.kernel.org, John Hubbard <jhubbard@nvidia.com>, Mike Rapoport <rppt@linux.ibm.com> Subject: [PATCH 4/4] mm/doc: Add mm.h and mm_types.h to the mm-api document Date: Mon, 22 Mar 2021 19:50:22 +0000 [thread overview] Message-ID: <20210322195022.2143603-4-willy@infradead.org> (raw) In-Reply-To: <20210322195022.2143603-1-willy@infradead.org> 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(+) 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
next prev parent reply other threads:[~2021-03-22 20:14 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-22 19:50 [PATCH 1/4] mm/doc: Fix fault_flag_allow_retry_first kerneldoc Matthew Wilcox (Oracle) 2021-03-22 19:50 ` [PATCH 2/4] mm/doc: Fix page_maybe_dma_pinned kerneldoc Matthew Wilcox (Oracle) 2021-03-23 7:27 ` Mike Rapoport 2021-03-24 2:50 ` John Hubbard 2021-03-22 19:50 ` [PATCH 3/4] mm/doc: Turn fault flags into an enum Matthew Wilcox (Oracle) 2021-03-23 7:28 ` Mike Rapoport 2021-03-22 19:50 ` Matthew Wilcox (Oracle) [this message] 2021-03-23 7:28 ` [PATCH 4/4] mm/doc: Add mm.h and mm_types.h to the mm-api document Mike Rapoport 2021-03-23 7:27 ` [PATCH 1/4] mm/doc: Fix fault_flag_allow_retry_first kerneldoc Mike Rapoport
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210322195022.2143603-4-willy@infradead.org \ --to=willy@infradead.org \ --cc=akpm@linux-foundation.org \ --cc=jhubbard@nvidia.com \ --cc=linux-doc@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=rppt@linux.ibm.com \ --subject='Re: [PATCH 4/4] mm/doc: Add mm.h and mm_types.h to the mm-api document' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).