gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37257 - Extractor/src/main


From: gnunet
Subject: [GNUnet-SVN] r37257 - Extractor/src/main
Date: Wed, 8 Jun 2016 21:23:03 +0200

Author: grothoff
Date: 2016-06-08 21:23:02 +0200 (Wed, 08 Jun 2016)
New Revision: 37257

Modified:
   Extractor/src/main/extractor.c
   Extractor/src/main/extractor_plugpath.c
Log:
-doxygen fixes

Modified: Extractor/src/main/extractor.c
===================================================================
--- Extractor/src/main/extractor.c      2016-06-08 13:37:14 UTC (rev 37256)
+++ Extractor/src/main/extractor.c      2016-06-08 19:23:02 UTC (rev 37257)
@@ -39,7 +39,7 @@
 
 
 /**
- * Closure for 'process_plugin_reply'
+ * Closure for #process_plugin_reply()
  */
 struct PluginReplyProcessor
 {
@@ -49,7 +49,7 @@
   EXTRACTOR_MetaDataProcessor proc;
 
   /**
-   * Closure for 'proc'.
+   * Closure for @e proc.
    */
   void *proc_cls;
 

Modified: Extractor/src/main/extractor_plugpath.c
===================================================================
--- Extractor/src/main/extractor_plugpath.c     2016-06-08 13:37:14 UTC (rev 
37256)
+++ Extractor/src/main/extractor_plugpath.c     2016-06-08 19:23:02 UTC (rev 
37257)
@@ -507,7 +507,7 @@
 
 
 /**
- * Closure for 'find_plugin_in_path'.
+ * Closure for #find_plugin_in_path().
  */
 struct SearchContext
 {
@@ -596,7 +596,7 @@
 
 
 /**
- * Closure for 'load_plugins_from_dir'.
+ * Closure for #load_plugins_from_dir().
  */
 struct DefaultLoaderContext
 {
@@ -666,7 +666,7 @@
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]