From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:44496 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932392AbeGCPIi (ORCPT ); Tue, 3 Jul 2018 11:08:38 -0400 From: Matthew Wilcox To: linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org Cc: Matthew Wilcox , Jonathan Corbet , Al Viro , Ross Zwisler Subject: [PATCH 2/2] fs: Add more kernel-doc to the produced documentation Date: Tue, 3 Jul 2018 08:08:35 -0700 Message-Id: <20180703150835.19565-2-willy@infradead.org> In-Reply-To: <20180703150835.19565-1-willy@infradead.org> References: <20180703150835.19565-1-willy@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: People have gone to all the effort of writing kernel-doc for these functions; the least we can do is put them in the "Other functions" part of the VFS documentation. Signed-off-by: Matthew Wilcox --- Documentation/filesystems/index.rst | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 53b89d0edc15..46d1b1be3a51 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -71,6 +71,39 @@ Other Functions .. kernel-doc:: fs/block_dev.c :export: +.. kernel-doc:: fs/anon_inodes.c + :export: + +.. kernel-doc:: fs/attr.c + :export: + +.. kernel-doc:: fs/d_path.c + :export: + +.. kernel-doc:: fs/dax.c + :export: + +.. kernel-doc:: fs/direct-io.c + :export: + +.. kernel-doc:: fs/file_table.c + :export: + +.. kernel-doc:: fs/libfs.c + :export: + +.. kernel-doc:: fs/posix_acl.c + :export: + +.. kernel-doc:: fs/stat.c + :export: + +.. kernel-doc:: fs/sync.c + :export: + +.. kernel-doc:: fs/xattr.c + :export: + The proc filesystem =================== -- 2.18.0