[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220104015946.529524-3-tomasz.warniello@gmail.com>
Date: Tue, 4 Jan 2022 02:59:33 +0100
From: Tomasz Warniełło
<tomasz.warniello@...il.com>
To: corbet@....net
Cc: Tomasz Warniełło
<tomasz.warniello@...il.com>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 02/15] scripts: kernel-doc: Add the SYNOPSIS section
Rst-only options are grouped around rst, the rest is arranged
as in the OPTIONS susections (yet to be translated into POD,
check at the end of the series).
* Transform documentation into POD (2/15)
See step 1 for the series details.
Signed-off-by: Tomasz Warniełło <tomasz.warniello@...il.com>
---
scripts/kernel-doc | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index 46d3e779bf5d..c8fbf1d3d5aa 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -20,6 +20,25 @@ use strict;
kernel-doc - Print formatted kernel documentation to stdout
+=head1 SYNOPSIS
+
+ kernel-doc [-h] [-v] [-Werror]
+ [ -man |
+ -rst [-sphinx-version VERSION] [-enable-lineno] |
+ -none
+ ]
+ [
+ -export |
+ -internal |
+ [-function NAME] ... |
+ [-nosymbol NAME] ...
+ ]
+ [-no-doc-sections]
+ [-export-file FILE] ...
+ FILE ...
+
+Run `kernel-doc -h` for details.
+
=cut
# 18/01/2001 - Cleanups
--
2.30.2
Powered by blists - more mailing lists