From: Christian Grothoff Date: Sat, 7 Jun 2014 22:09:28 +0000 (+0000) Subject: -doxygen fixes X-Git-Tag: initial-import-from-subversion-38251~3803 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=227051c5e556655c4daf1be900fa3307ab6efe88;p=oweals%2Fgnunet.git -doxygen fixes --- diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c index 3cd2fa470..7b800c1f1 100644 --- a/src/fs/fs_api.c +++ b/src/fs/fs_api.c @@ -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 { diff --git a/src/psyc/psyc_util_lib.c b/src/psyc/psyc_util_lib.c index 0104c93e8..a50d99bec 100644 --- a/src/psyc/psyc_util_lib.c +++ b/src/psyc/psyc_util_lib.c @@ -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; diff --git a/src/secretsharing/secretsharing_api.c b/src/secretsharing/secretsharing_api.c index a1f5c336e..ec1adb3c2 100644 --- a/src/secretsharing/secretsharing_api.c +++ b/src/secretsharing/secretsharing_api.c @@ -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) diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c index db704898b..ab67bedd6 100644 --- a/src/social/gnunet-service-social.c +++ b/src/social/gnunet-service-social.c @@ -19,7 +19,7 @@ */ /** - * @file psyc/gnunet-service-social.c + * @file social/gnunet-service-social.c * @brief Social service * @author Gabor X Toth */