mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
4ff916a0c9
The typedef handler should do two things to be generic: 1) parse typedef enums; 2) accept both possible syntaxes: typedef struct foo { .. } foo_t; typedef struct { .. } foo_t; Unfortunately, this is needed to parse some legacy DVB files, like dvb/audio.h. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |
||
---|---|---|
.. | ||
convert_template.sed | ||
kernel-doc.py | ||
parse-headers.pl | ||
post_convert.sed | ||
rstFlatTable.py | ||
tmplcvt |