/**
* SECTION:libkmod-list
* @short_description: general purpose list
- */
-
-/*
- * kmod_list
*
- * access to kmod generated lists
+ * Access to kmod generated lists.
*/
+
struct kmod_list;
#define kmod_list_foreach(list_entry, first_entry) \
/**
* SECTION:libkmod-config
* @short_description: retrieve current libkmod configuration
- */
-
-/*
- * kmod_config_iter
*
- * access to configuration lists - it allows to get each configuration's
- * key/value stored by kmod
+ * Access to configuration lists - it allows to get each configuration's
+ * key/value stored by kmod.
*/
+
struct kmod_config_iter;
/**
/**
* SECTION:libkmod-module
* @short_description: operate on kernel modules
+ *
+ * Wide range of function to operate on kernel modules - loading, unloading,
+ * reference counting, retrieving a list of module dependencies and more.
*/
/*