aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-10 02:22:33 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-10 02:22:33 +0000
commit1ba824d63fe1c2cd32ddbf924b9e9ab61169be52 (patch)
tree817752c60c31e46721a0130654c9171d53dfa7ab /src
parentaca540a0feb3bea9456f3a3639e99b65637ee3d7 (diff)
downloadgnunet-1ba824d63fe1c2cd32ddbf924b9e9ab61169be52.tar.gz
gnunet-1ba824d63fe1c2cd32ddbf924b9e9ab61169be52.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/include/block_mesh.h2
-rw-r--r--src/mesh/gnunet-service-mesh_new.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/block_mesh.h b/src/include/block_mesh.h
index ef5979da2..f051e6666 100644
--- a/src/include/block_mesh.h
+++ b/src/include/block_mesh.h
@@ -75,7 +75,7 @@ struct MeshRegexBlock
75 struct GNUNET_HashCode key; 75 struct GNUNET_HashCode key;
76 76
77 /** 77 /**
78 * Length of the proof regex string.. 78 * Length of the proof regex string.
79 */ 79 */
80 unsigned int n_proof; 80 unsigned int n_proof;
81 81
diff --git a/src/mesh/gnunet-service-mesh_new.c b/src/mesh/gnunet-service-mesh_new.c
index a581147d1..2fb59919f 100644
--- a/src/mesh/gnunet-service-mesh_new.c
+++ b/src/mesh/gnunet-service-mesh_new.c
@@ -4095,7 +4095,7 @@ dht_get_type_handler (void *cls, struct GNUNET_TIME_Absolute exp,
4095} 4095}
4096 4096
4097/** 4097/**
4098 * Function to process DHT string to regex matching.. 4098 * Function to process DHT string to regex matching.
4099 * Called on each result obtained for the DHT search. 4099 * Called on each result obtained for the DHT search.
4100 * 4100 *
4101 * @param cls closure (search context) 4101 * @param cls closure (search context)
@@ -4232,7 +4232,7 @@ regex_edge_iterator (void *cls,
4232 4232
4233 4233
4234/** 4234/**
4235 * Function to process DHT string to regex matching.. 4235 * Function to process DHT string to regex matching.
4236 * Called on each result obtained for the DHT search. 4236 * Called on each result obtained for the DHT search.
4237 * 4237 *
4238 * @param cls closure (search context) 4238 * @param cls closure (search context)