From: Mike Rapoport Date: Fri, 29 Jun 2018 21:05:11 +0000 (+0300) Subject: docs/idr: use empty "functions" directive X-Git-Tag: v4.19-rc1~157^2~29 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5105730fbf6789ff9e20837bdefe32e8ba133595;p=uclinux-h8%2Flinux.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 9078a5c3ac95..d351e880a2f6 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: