[Back home and trying to get going on stuff for real. I'll look at the issues listed in this message one at a time.] On Sun, 17 Jul 2016 10:01:54 -0300 Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> wrote: > 1) We now need to include each header file with documentation twice, > one to get the enums, structs, typedefs, ... and another one for the > functions: > > .. kernel-doc:: include/media/media-device.h > > .. kernel-doc:: include/media/media-entity.h > :export: drivers/media/media-entity.c So I'm a little confused here; you're including from two different header files here. Did you want media-entity.h in both directives? If I do a simple test with a single line: .. kernel-doc:: include/media/media-entity.h I get everything - structs, functions, etc. - as I would expect. Are you seeing something different? It probably would be nice to have an option for "data structures, doc sections, and exported functions only" at some point. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html