Re: [PATCH] scripts: kernel-doc: parse next structs/unions

2017-09-26 Thread Mauro Carvalho Chehab
Em Tue, 26 Sep 2017 18:56:10 +0200 Markus Heiser escreveu: > > Am 25.09.2017 um 20:22 schrieb Mauro Carvalho Chehab > > : > > > > Jon, > > > > Please let me know what you think about this approach. IMHO, it is a way > > better than what we do right now. This is more a proof of concept, as the

Re: [PATCH] scripts: kernel-doc: parse next structs/unions

2017-09-26 Thread Markus Heiser
> Am 25.09.2017 um 20:22 schrieb Mauro Carvalho Chehab > : > > Jon, > > Please let me know what you think about this approach. IMHO, it is a way > better than what we do right now. This is more a proof of concept, as the > patch is not complete. > > With it, we can now document both anonymous

[PATCH] scripts: kernel-doc: parse next structs/unions

2017-09-25 Thread Mauro Carvalho Chehab
There are several places within the Kernel tree with nested structs/unions, like this one: struct ingenic_cgu_clk_info { const char *name; enum { CGU_CLK_NONE = 0, CGU_CLK_EXT = BIT(0), CGU_CLK_PLL = BIT(1), CGU_CLK_GATE = BIT(2), CGU_CLK_MUX = BIT(3),