]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod/docs: add a trailing colon
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Sep 2024 22:20:19 +0000 (23:20 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 6 Sep 2024 16:43:24 +0000 (11:43 -0500)
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>
libkmod/libkmod.h

index 055cfdcd503fbdae5485fe7c6e9423344cce6218..ac19ae3344288b03fa42c54b33ac74ff5ebcdaa1 100644 (file)
@@ -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;