From: Emil Velikov Date: Mon, 2 Sep 2024 22:20:19 +0000 (+0100) Subject: libkmod/docs: add missing second asterisk X-Git-Tag: v34~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8884b31d1f84e3329f6d7df2cf9ba8e0f0cac24a;p=thirdparty%2Fkmod.git libkmod/docs: add missing second asterisk ... for kmod_module_get_weakdeps. Otherwise gtk-doc doesn't pick up the documentation. 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 ac19ae33..412f0f08 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -795,7 +795,7 @@ struct kmod_list *kmod_module_get_dependencies(const struct kmod_module *mod); int kmod_module_get_softdeps(const struct kmod_module *mod, struct kmod_list **pre, struct kmod_list **post); -/* +/** * kmod_module_get_weakdeps: * @mod: kmod module * @weak: where to save the list of weak dependencies.