-doxygen fixes
authorChristian Grothoff <christian@grothoff.org>
Sat, 7 Jun 2014 22:09:28 +0000 (22:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 7 Jun 2014 22:09:28 +0000 (22:09 +0000)
src/fs/fs_api.c
src/psyc/psyc_util_lib.c
src/secretsharing/secretsharing_api.c
src/social/gnunet-service-social.c

index 3cd2fa470a8bc63ff211a29042134e7888efaf3f..7b800c1f104697f5dd391081b2ed907027c2260b 100644 (file)
@@ -399,7 +399,7 @@ GNUNET_FS_end_top (struct GNUNET_FS_Handle *h,
 
 
 /**
- * Closure for #data_reader_file().
+ * Closure for #GNUNET_FS_data_reader_file_().
  */
 struct FileInfo
 {
index 0104c93e85d073786a967aa373af98e9d8ac302c..a50d99bec98cca58c4eefa9aaea80622e6e5e671 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file psyc/psyc_common.c
+ * @file psyc/psyc_util_lib.c
  * @brief PSYC utilities; receiving/transmitting/logging PSYC messages.
  * @author Gabor X Toth
  */
@@ -89,7 +89,7 @@ struct GNUNET_PSYC_TransmitHandle
   struct GNUNET_ENV_Modifier *mod;
 
   /**
-   * 
+   *
    */
   const char *mod_value;
   size_t mod_value_size;
index a1f5c336e7be709969cafc7bff56e72db5f598c6..ec1adb3c29006351f9522ce0bd3671555ce5754f 100644 (file)
@@ -107,7 +107,7 @@ static gcry_mpi_t elgamal_g;
 
 
 /**
- * Function to initialize #elgamal_q, #egamal_p and #elgamal_g.
+ * Function to initialize #elgamal_q, #elgamal_p and #elgamal_g.
  */
 static void
 ensure_elgamal_initialized (void)
index db704898be14f2e99184f033a7d2228f7880b1f6..ab67bedd670986920c8ac57c9c3eb6b5d135c73f 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file psyc/gnunet-service-social.c
+ * @file social/gnunet-service-social.c
  * @brief Social service
  * @author Gabor X Toth
  */