scripts: kernel-doc: add support for typedef enum
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 1 Oct 2020 06:23:52 +0000 (08:23 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:35 +0000 (07:49 +0200)
commitd38c8cfb057183f619dc8534030bb64b63f78043
treed69ae3c1c6eed427c0423d126624935835f7c145
parent3e4fb4346c781068610d03c12b16c0cfb0fd24a3
scripts: kernel-doc: add support for typedef enum

The PHY kernel-doc markup has gained support for documenting
a typedef enum.

However, right now the parser was not prepared for it.

So, add support for parsing it.

Fixes: 4069a572d423 ("net: phy: Document core PHY structures")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
scripts/kernel-doc