summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-08 19:23:02 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-08 19:23:02 +0000
commite023c54e57eeb301965c58b7362cb0f94276a6cb (patch)
tree5f0281cc8b689d997b16c6d2cebf827ffee7d2e2
parent5b238e8bef7d090945f8e0fb257e0718d110c0ab (diff)
downloadlibextractor-e023c54e57eeb301965c58b7362cb0f94276a6cb.tar.gz
libextractor-e023c54e57eeb301965c58b7362cb0f94276a6cb.zip
-doxygen fixes
-rw-r--r--src/main/extractor.c4
-rw-r--r--src/main/extractor_plugpath.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 81345d3..b51af84 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -39,7 +39,7 @@
39 39
40 40
41/** 41/**
42 * Closure for 'process_plugin_reply' 42 * Closure for #process_plugin_reply()
43 */ 43 */
44struct PluginReplyProcessor 44struct PluginReplyProcessor
45{ 45{
@@ -49,7 +49,7 @@ struct PluginReplyProcessor
49 EXTRACTOR_MetaDataProcessor proc; 49 EXTRACTOR_MetaDataProcessor proc;
50 50
51 /** 51 /**
52 * Closure for 'proc'. 52 * Closure for @e proc.
53 */ 53 */
54 void *proc_cls; 54 void *proc_cls;
55 55
diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c
index 436bbde..234d80d 100644
--- a/src/main/extractor_plugpath.c
+++ b/src/main/extractor_plugpath.c
@@ -507,7 +507,7 @@ get_installation_paths (EXTRACTOR_PathProcessor pp,
507 507
508 508
509/** 509/**
510 * Closure for 'find_plugin_in_path'. 510 * Closure for #find_plugin_in_path().
511 */ 511 */
512struct SearchContext 512struct SearchContext
513{ 513{
@@ -596,7 +596,7 @@ EXTRACTOR_find_plugin_ (const char *short_name)
596 596
597 597
598/** 598/**
599 * Closure for 'load_plugins_from_dir'. 599 * Closure for #load_plugins_from_dir().
600 */ 600 */
601struct DefaultLoaderContext 601struct DefaultLoaderContext
602{ 602{
@@ -666,7 +666,7 @@ load_plugins_from_dir (void *cls,
666 * Load the default set of plugins. The default can be changed 666 * Load the default set of plugins. The default can be changed
667 * by setting the LIBEXTRACTOR_LIBRARIES environment variable. 667 * by setting the LIBEXTRACTOR_LIBRARIES environment variable.
668 * If it is set to "env", then this function will return 668 * If it is set to "env", then this function will return
669 * EXTRACTOR_plugin_add_config (NULL, env, flags). Otherwise, 669 * #EXTRACTOR_plugin_add_config(NULL, env, flags). Otherwise,
670 * it will load all of the installed plugins and return them. 670 * it will load all of the installed plugins and return them.
671 * 671 *
672 * @param flags options for all of the plugins loaded 672 * @param flags options for all of the plugins loaded