From 6d340c972ed597063d60db7a334067f646e016df Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Apr 2014 07:45:48 +0000 Subject: [PATCH] -doxygen --- src/datastore/plugin_datastore_sqlite.c | 2 +- src/dht/gnunet-service-xdht_neighbours.c | 4 ++-- src/secretsharing/secretsharing.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 253b69fe7..d73475b6c 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -906,7 +906,7 @@ struct ReplCtx /** - * Wrapper for the processor for #sqlite_plugin_replication_get(). + * Wrapper for the processor for #sqlite_plugin_get_replication(). * Decrements the replication counter and calls the original * processor. * diff --git a/src/dht/gnunet-service-xdht_neighbours.c b/src/dht/gnunet-service-xdht_neighbours.c index aa8f70d12..0dad53fc5 100644 --- a/src/dht/gnunet-service-xdht_neighbours.c +++ b/src/dht/gnunet-service-xdht_neighbours.c @@ -317,7 +317,7 @@ struct PeerTrailSetupResultMessage { /** - * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_RESULT_SETUP + * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_SETUP_RESULT */ struct GNUNET_MessageHeader header; @@ -3015,4 +3015,4 @@ GDS_NEIGHBOURS_get_id () } -/* end of gnunet-service-xdht_neighbours.c */ \ No newline at end of file +/* end of gnunet-service-xdht_neighbours.c */ diff --git a/src/secretsharing/secretsharing.h b/src/secretsharing/secretsharing.h index 227349b05..e4312c2da 100644 --- a/src/secretsharing/secretsharing.h +++ b/src/secretsharing/secretsharing.h @@ -38,7 +38,7 @@ GNUNET_NETWORK_STRUCT_BEGIN struct GNUNET_SECRETSHARING_FieldElement { /** - * Value of an element in . + * Value of an element in <elgamal_g>. */ unsigned char bits[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8]; }; @@ -209,7 +209,7 @@ struct GNUNET_SECRETSHARING_Share struct GNUNET_SECRETSHARING_FieldElement my_share; /** - * Peer identities (includes 'my_peer') + * Peer identities (includes 'my_peer') */ struct GNUNET_PeerIdentity *peers; -- 2.25.1