aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_typemap.h
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.h
parent26482491f9faa76ae8b98e27694c14d5140c1e69 (diff)
downloadgnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.tar.gz
gnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.zip
-doxygen fixes
Diffstat (limited to 'src/core/gnunet-service-core_typemap.h')
-rw-r--r--src/core/gnunet-service-core_typemap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core_typemap.h b/src/core/gnunet-service-core_typemap.h
index ab106a161..aee4573b6 100644
--- a/src/core/gnunet-service-core_typemap.h
+++ b/src/core/gnunet-service-core_typemap.h
@@ -72,7 +72,7 @@ GSC_TYPEMAP_get_from_message (const struct GNUNET_MessageHeader *msg);
72 * Test if any of the types from the types array is in the 72 * Test if any of the types from the types array is in the
73 * given type map. 73 * given type map.
74 * 74 *
75 * @param map map to test 75 * @param tmap map to test
76 * @param types array of types 76 * @param types array of types
77 * @param tcnt number of entries in types 77 * @param tcnt number of entries in types
78 * @return GNUNET_YES if a type is in the map, GNUNET_NO if not 78 * @return GNUNET_YES if a type is in the map, GNUNET_NO if not
@@ -85,7 +85,7 @@ GSC_TYPEMAP_test_match (const struct GSC_TypeMap *tmap, const uint16_t * types,
85/** 85/**
86 * Add additional types to a given typemap. 86 * Add additional types to a given typemap.
87 * 87 *
88 * @param map map to extend (not changed) 88 * @param tmap map to extend (not changed)
89 * @param types array of types to add 89 * @param types array of types to add
90 * @param tcnt number of entries in types 90 * @param tcnt number of entries in types
91 * @return updated type map (fresh copy) 91 * @return updated type map (fresh copy)
@@ -97,7 +97,7 @@ GSC_TYPEMAP_extend (const struct GSC_TypeMap *tmap, const uint16_t * types,
97/** 97/**
98 * Create an empty type map. 98 * Create an empty type map.
99 * 99 *
100 * @param map a type map 100 * @return an empty type map
101 */ 101 */
102struct GSC_TypeMap * 102struct GSC_TypeMap *
103GSC_TYPEMAP_create (void); 103GSC_TYPEMAP_create (void);
@@ -106,7 +106,7 @@ GSC_TYPEMAP_create (void);
106/** 106/**
107 * Free the given type map. 107 * Free the given type map.
108 * 108 *
109 * @param map a type map 109 * @param tmap a type map
110 */ 110 */
111void 111void
112GSC_TYPEMAP_destroy (struct GSC_TypeMap *tmap); 112GSC_TYPEMAP_destroy (struct GSC_TypeMap *tmap);