libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit e023c54e57eeb301965c58b7362cb0f94276a6cb
parent 5b238e8bef7d090945f8e0fb257e0718d110c0ab
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  8 Jun 2016 19:23:02 +0000

-doxygen fixes

Diffstat:
Msrc/main/extractor.c | 4++--
Msrc/main/extractor_plugpath.c | 6+++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -39,7 +39,7 @@ /** - * Closure for 'process_plugin_reply' + * Closure for #process_plugin_reply() */ struct PluginReplyProcessor { @@ -49,7 +49,7 @@ struct PluginReplyProcessor EXTRACTOR_MetaDataProcessor proc; /** - * Closure for 'proc'. + * Closure for @e proc. */ void *proc_cls; diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c @@ -507,7 +507,7 @@ get_installation_paths (EXTRACTOR_PathProcessor pp, /** - * Closure for 'find_plugin_in_path'. + * Closure for #find_plugin_in_path(). */ struct SearchContext { @@ -596,7 +596,7 @@ EXTRACTOR_find_plugin_ (const char *short_name) /** - * Closure for 'load_plugins_from_dir'. + * Closure for #load_plugins_from_dir(). */ struct DefaultLoaderContext { @@ -666,7 +666,7 @@ load_plugins_from_dir (void *cls, * Load the default set of plugins. The default can be changed * by setting the LIBEXTRACTOR_LIBRARIES environment variable. * If it is set to "env", then this function will return - * EXTRACTOR_plugin_add_config (NULL, env, flags). Otherwise, + * #EXTRACTOR_plugin_add_config(NULL, env, flags). Otherwise, * it will load all of the installed plugins and return them. * * @param flags options for all of the plugins loaded