diff options
| author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2026-06-15 17:22:41 +0100 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-07-28 21:11:55 -0700 |
| commit | eafe0dcdc0441e32cb02a6850859116db6afb6b8 (patch) | |
| tree | cd76a68ad6616c840e6ded25497bd750a59cf7b0 | |
| parent | e2c75342c24f7420e4011a6745ba0f85c4fc047d (diff) | |
| download | linux-next-eafe0dcdc0441e32cb02a6850859116db6afb6b8.tar.gz linux-next-eafe0dcdc0441e32cb02a6850859116db6afb6b8.zip | |
mm: add writeback.h to docs build
There's four functions in this header file with kernel-doc; add them to
the htmldocs.
Link: https://lore.kernel.org/20260615162244.2170866-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | Documentation/core-api/mm-api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst index aabdd3cba58e..4df7d5edbee5 100644 --- a/Documentation/core-api/mm-api.rst +++ b/Documentation/core-api/mm-api.rst @@ -73,6 +73,7 @@ Readahead Writeback --------- +.. kernel-doc:: include/linux/writeback.h .. kernel-doc:: mm/page-writeback.c :export: |
