Re: Warnings for documentation of private elements of a structure.

2017-01-02 Thread Markus Heiser
Am 02.01.2017 um 10:33 schrieb Jani Nikula : > On Mon, 02 Jan 2017, Markus Heiser wrote: >> IMO we should no longer investigate in the kernel_doc perl script, which >> is at it ends. Instead we should merge the python version from my linuxdoc >> project (BTW: with, we get man-pages from and lint

Re: Warnings for documentation of private elements of a structure.

2017-01-02 Thread Jani Nikula
On Mon, 02 Jan 2017, Markus Heiser wrote: > IMO we should no longer investigate in the kernel_doc perl script, which > is at it ends. Instead we should merge the python version from my linuxdoc > project (BTW: with, we get man-pages from and lint of kernel-doc comments). > > To see how this python

Re: Warnings for documentation of private elements of a structure.

2017-01-02 Thread Jonathan Cameron
On 2 January 2017 09:26:03 GMT+00:00, Jani Nikula wrote: >On Sun, 01 Jan 2017, Jonathan Cameron wrote: >> Hi All, >> >> I have very little idea how the internals of the kernel-doc >processing >> code work, but was wondering if it would be possible to suppress >warnings >> of the type: >> >> .

Re: Warnings for documentation of private elements of a structure.

2017-01-02 Thread Jani Nikula
On Sun, 01 Jan 2017, Jonathan Cameron wrote: > Hi All, > > I have very little idea how the internals of the kernel-doc processing > code work, but was wondering if it would be possible to suppress warnings > of the type: > > ./include/linux/iio/buffer.h:142: warning: Excess struct/union/enum/type

Re: Warnings for documentation of private elements of a structure.

2017-01-02 Thread Markus Heiser
Am 01.01.2017 um 15:05 schrieb Jonathan Cameron : > Hi All, > > I have very little idea how the internals of the kernel-doc processing > code work, but was wondering if it would be possible to suppress warnings > of the type: > > ./include/linux/iio/buffer.h:142: warning: Excess struct/union/en