]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod/docs: add missing second asterisk
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)
... for kmod_module_get_weakdeps. Otherwise gtk-doc doesn't pick up the
documentation.

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 ac19ae3344288b03fa42c54b33ac74ff5ebcdaa1..412f0f0891b5bf345347b610c0dde264b5ab509e 100644 (file)
@@ -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.