From: Mike Rapoport Date: Fri, 29 Jun 2018 21:05:11 +0000 (+0300) Subject: docs/idr: use empty "functions" directive X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5105730fbf6789ff9e20837bdefe32e8ba133595;p=linux.git docs/idr: use empty "functions" directive to avoid duplication of DOC: sections in the middle of the API reference. Signed-off-by: Mike Rapoport Acked-by: Matthew Wilcox Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/idr.rst b/Documentation/core-api/idr.rst index 9078a5c3ac955..d351e880a2f6c 100644 --- a/Documentation/core-api/idr.rst +++ b/Documentation/core-api/idr.rst @@ -76,4 +76,6 @@ Functions and structures ======================== .. kernel-doc:: include/linux/idr.h + :functions: .. kernel-doc:: lib/idr.c + :functions: