From: Emil Velikov Date: Mon, 2 Sep 2024 22:20:19 +0000 (+0100) Subject: libkmod/docs: add a trailing colon X-Git-Tag: v34~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2793f60d8f80551c1c8365676032fe1d2c3276a6;p=thirdparty%2Fkmod.git libkmod/docs: add a trailing colon 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 Link: https://github.com/kmod-project/kmod/pull/94 Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index 055cfdcd..ac19ae33 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -815,7 +815,7 @@ int kmod_module_get_weakdeps(const struct kmod_module *mod, 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;