aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_typemap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
commit7860a8fa9e6cca9f59efbfee307a01545578f59f (patch)
tree5b67fbd18646dfa9d4ae472d6a995e86c384b5e7 /src/core/gnunet-service-core_typemap.c
parent26482491f9faa76ae8b98e27694c14d5140c1e69 (diff)
downloadgnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.tar.gz
gnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.zip
-doxygen fixes
Diffstat (limited to 'src/core/gnunet-service-core_typemap.c')
-rw-r--r--src/core/gnunet-service-core_typemap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core_typemap.c b/src/core/gnunet-service-core_typemap.c
index d3214ea67..d2dab5d99 100644
--- a/src/core/gnunet-service-core_typemap.c
+++ b/src/core/gnunet-service-core_typemap.c
@@ -205,7 +205,7 @@ GSC_TYPEMAP_remove (const uint16_t * types, unsigned int tlen)
205 * Test if any of the types from the types array is in the 205 * Test if any of the types from the types array is in the
206 * given type map. 206 * given type map.
207 * 207 *
208 * @param map map to test 208 * @param tmap map to test
209 * @param types array of types 209 * @param types array of types
210 * @param tcnt number of entries in types 210 * @param tcnt number of entries in types
211 * @return GNUNET_YES if a type is in the map, GNUNET_NO if not 211 * @return GNUNET_YES if a type is in the map, GNUNET_NO if not
@@ -230,7 +230,7 @@ GSC_TYPEMAP_test_match (const struct GSC_TypeMap *tmap, const uint16_t * types,
230/** 230/**
231 * Add additional types to a given typemap. 231 * Add additional types to a given typemap.
232 * 232 *
233 * @param map map to extend (not changed) 233 * @param tmap map to extend (not changed)
234 * @param types array of types to add 234 * @param types array of types to add
235 * @param tcnt number of entries in types 235 * @param tcnt number of entries in types
236 * @return updated type map (fresh copy) 236 * @return updated type map (fresh copy)
@@ -254,7 +254,7 @@ GSC_TYPEMAP_extend (const struct GSC_TypeMap *tmap, const uint16_t * types,
254/** 254/**
255 * Create an empty type map. 255 * Create an empty type map.
256 * 256 *
257 * @param map a type map 257 * @return an empty type map
258 */ 258 */
259struct GSC_TypeMap * 259struct GSC_TypeMap *
260GSC_TYPEMAP_create () 260GSC_TYPEMAP_create ()
@@ -266,7 +266,7 @@ GSC_TYPEMAP_create ()
266/** 266/**
267 * Free the given type map. 267 * Free the given type map.
268 * 268 *
269 * @param map a type map 269 * @param tmap a type map
270 */ 270 */
271void 271void
272GSC_TYPEMAP_destroy (struct GSC_TypeMap *tmap) 272GSC_TYPEMAP_destroy (struct GSC_TypeMap *tmap)