Re: [RFC PATCH 0/4] Documentation: generated module param documentation

2017-07-24 Thread Jani Nikula
On Mon, 24 Jul 2017, Jonathan Corbet wrote: > On Wed, 19 Jul 2017 16:05:01 +0300 > Jani Nikula wrote: > >> Hi Jon, all, here are some quick'n'dirty patches to semi-automatically >> generate module param documentation from the source, via module build >> and modinfo(8). No polish or proper design,

Re: [RFC PATCH 0/4] Documentation: generated module param documentation

2017-07-23 Thread Jonathan Corbet
On Wed, 19 Jul 2017 16:05:01 +0300 Jani Nikula wrote: > Hi Jon, all, here are some quick'n'dirty patches to semi-automatically > generate module param documentation from the source, via module build > and modinfo(8). No polish or proper design, just a hacked up > proof-of-concept to think about.

[RFC PATCH 0/4] Documentation: generated module param documentation

2017-07-19 Thread Jani Nikula
Hi Jon, all, here are some quick'n'dirty patches to semi-automatically generate module param documentation from the source, via module build and modinfo(8). No polish or proper design, just a hacked up proof-of-concept to think about. Do we want nice documentation for module parameters, somewhere