Namely the doc for kmod_module_apply_filter is missing the trailing
colon. It seems that gtk-doc is smart enough to not needed, but we might
as well stay consistent.
This tripped me as I was grepping for "\* kmod_foo.*:$", while checking
the header against the gtk-doc sections file.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/94
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
struct kmod_list **weak);
/**
- * kmod_module_apply_filter
+ * kmod_module_apply_filter:
* @ctx: kmod library context
* @filter_type: bitmask to filter modules out, valid types are
* KMOD_FILTER_BLACKLIST: filter modules in blacklist out;