From 89464a5fff06fb05ab450b2eff6ce9f97e206833 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 2 Sep 2024 23:20:19 +0100 Subject: [PATCH] libkmod/docs: drop pre gtk-doc comments Drop the misc comments, which are effectively superseded by the gtk-doc decorations. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/94 Signed-off-by: Lucas De Marchi --- libkmod/libkmod.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index b24d4aef..51a33412 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -24,13 +24,6 @@ extern "C" { * and is passed to all library operations. */ -/* - * kmod_ctx - * - * library user context - reads the config and system - * environment, user variables, allows custom logging - */ - /** * kmod_ctx: * @@ -84,10 +77,6 @@ struct kmod_ctx *kmod_ref(struct kmod_ctx *ctx); struct kmod_ctx *kmod_unref(struct kmod_ctx *ctx); -/* - * Management of libkmod's resources - */ - /** * kmod_load_resources: * @ctx: kmod library context @@ -508,12 +497,6 @@ void kmod_config_iter_free_iter(struct kmod_config_iter *iter); * reference counting, retrieving a list of module dependencies and more. */ -/* - * kmod_module - * - * Operate on kernel modules - */ - /** * kmod_module: * @@ -1145,10 +1128,6 @@ const char *kmod_module_symbol_get_symbol(const struct kmod_list *entry); void kmod_module_symbols_free_list(struct kmod_list *list); -/* - * Information retrieved from ELF headers and sections - */ - /** * kmod_module_get_versions: * @mod: kmod module -- 2.47.3