]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod/docs: drop pre gtk-doc comments
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:56:01 +0000 (11:56 -0500)
Drop the misc comments, which are effectively superseded by the gtk-doc
decorations.

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 b24d4aefb7f89a539006d6fbfd6a7935c44faca6..51a33412412c8eaeab70d00354671f3fce963892 100644 (file)
@@ -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