diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-06-30 00:05:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-06-30 07:52:50 -0600 |
commit | 5105730fbf6789ff9e20837bdefe32e8ba133595 (patch) | |
tree | 31a423de1c2d6797948ae944af922ac1e252da3c | |
parent | f2e8603604aae9251d91249d8438f02234f17464 (diff) | |
download | linux-5105730fbf6789ff9e20837bdefe32e8ba133595.tar.bz2 |
docs/idr: use empty "functions" directive
to avoid duplication of DOC: sections in the middle of the API reference.
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Acked-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/core-api/idr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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: |