[PATCH v2 15/15] scripts: kernel-doc: Transform documentation into POD (15/15)

From: Tomasz Warniełło
Date: Sun Jan 02 2022 - 23:56:14 EST


Step 15) Move the TODOs

Earlier I thought I could take "add perldoc documentation" off
of this list. Now I think it also means a self-documentation.
And this is not even started.

I'm putting this block by the end, where it can quietly evolve.

See step 1 for the series details.

Signed-off-by: Tomasz Warniełło <tomasz.warniello@xxxxxxxxx>
---
scripts/kernel-doc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index c588e7a08c77..749a1ea3f866 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -53,10 +53,6 @@ See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.

# more perldoc at the end of the file

-# Still to do:
-# - add perldoc documentation
-# - Look more closely at some of the scarier bits :)
-
## init lots of data

my $errors = 0;
@@ -2497,6 +2493,11 @@ Treat warnings as errors.

=cut

+TODO
+
+- add perldoc documentation
+- Look more closely at some of the scarier bits :)
+
PRE-GIT MUSEUM

Original formatting preserved for its historical value.
--
2.30.2