[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BY2PR21MB003639DCA79088A8003AB4FECB720@BY2PR21MB0036.namprd21.prod.outlook.com>
Date: Mon, 23 Jan 2017 15:14:51 +0000
From: Matthew Wilcox <mawilcox@...rosoft.com>
To: Markus Heiser <markus.heiser@...marit.de>
CC: Jonathan Corbet <corbet@....net>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] kernel-doc: Handle returning pointers to pointers
From: Markus Heiser [mailto:markus.heiser@...marit.de]
> Am 23.01.2017 um 09:18 schrieb Matthew Wilcox
> <mawilcox@...rosoft.com>:
> Hi Matthew !
>
> short answer: Thanks a lot
> Acked-by: Markus Heiser <markus.heiser@...marIT.de>
Excellent!
> to be more verbose:
> what I have tested and what I recommend ...
>
> I maintain my own stack of "linuxdoc" with a python version
> of the kernel-doc script (hosted on github). It uses the same
> regexes as the perl version (using a python rewrite here has some
> other benefits, one you will see below). I merged your patch:
Are there plans to merge that? It feels so odd to have a python script calling a perl script ...
> Another part of my stack is the 'sphkerneldoc' repository
> with reST, generated from whole kernel source tree. Here is
> the diff of what your patch produce on the whole source tree:
Oh, that's funny. Other places had the same problem ... I guess nobody had tried to fix that warning yet :-)
> Here is my patch for this. May you like to add this to your patch:
>
> diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
> index 5dea8f6..33cbc1b 100644
> --- a/include/linux/radix-tree.h
> +++ b/include/linux/radix-tree.h
> @@ -164,7 +164,7 @@ static inline unsigned int iter_shift(const struct
> radix_tree_iter *iter)
> }
>
> /**
> - * Radix-tree synchronization
> + * DOC: Radix-tree synchronization
> *
> * The radix-tree API requires that users provide all synchronisation (with
> * specific exceptions, noted below).
>
> with this small patch, we also get header's 'DOC: comment' as HTML.
I have that and much, much more in my tree right now ... I wrote a radix-tree.rst on the plane, and I've been tidying up all kinds of problems that sphinx noticed, or just reading the documentation made glaringly obvious.
Powered by blists - more mailing lists