aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-27 11:31:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-27 11:31:31 +0000
commitd05e9a0f325114e35d5687aebeeab7e37bc6c49c (patch)
tree0fd7293f4a00efa9d4432a1574dcb521850e404a /src/identity/identity.h
parentca99e363f0ca90cd4a53b6ba791ae43ccdb0aa5d (diff)
downloadgnunet-d05e9a0f325114e35d5687aebeeab7e37bc6c49c.tar.gz
gnunet-d05e9a0f325114e35d5687aebeeab7e37bc6c49c.zip
-better doxygen
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 206f08f2a..09a166591 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -42,7 +42,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
42struct GNUNET_IDENTITY_ResultCodeMessage 42struct GNUNET_IDENTITY_ResultCodeMessage
43{ 43{
44 /** 44 /**
45 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE 45 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE
46 */ 46 */
47 struct GNUNET_MessageHeader header; 47 struct GNUNET_MessageHeader header;
48 48
@@ -63,7 +63,7 @@ struct GNUNET_IDENTITY_ResultCodeMessage
63struct GNUNET_IDENTITY_UpdateMessage 63struct GNUNET_IDENTITY_UpdateMessage
64{ 64{
65 /** 65 /**
66 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE 66 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE
67 */ 67 */
68 struct GNUNET_MessageHeader header; 68 struct GNUNET_MessageHeader header;
69 69
@@ -74,7 +74,7 @@ struct GNUNET_IDENTITY_UpdateMessage
74 uint16_t name_len GNUNET_PACKED; 74 uint16_t name_len GNUNET_PACKED;
75 75
76 /** 76 /**
77 * Usually GNUNET_NO, GNUNET_YES to signal end of list. 77 * Usually #GNUNET_NO, #GNUNET_YES to signal end of list.
78 */ 78 */
79 uint16_t end_of_list GNUNET_PACKED; 79 uint16_t end_of_list GNUNET_PACKED;
80 80
@@ -96,7 +96,7 @@ struct GNUNET_IDENTITY_UpdateMessage
96struct GNUNET_IDENTITY_GetDefaultMessage 96struct GNUNET_IDENTITY_GetDefaultMessage
97{ 97{
98 /** 98 /**
99 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT 99 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT
100 */ 100 */
101 struct GNUNET_MessageHeader header; 101 struct GNUNET_MessageHeader header;
102 102
@@ -123,7 +123,7 @@ struct GNUNET_IDENTITY_GetDefaultMessage
123struct GNUNET_IDENTITY_SetDefaultMessage 123struct GNUNET_IDENTITY_SetDefaultMessage
124{ 124{
125 /** 125 /**
126 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT 126 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT
127 */ 127 */
128 struct GNUNET_MessageHeader header; 128 struct GNUNET_MessageHeader header;
129 129
@@ -154,7 +154,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
154struct GNUNET_IDENTITY_CreateRequestMessage 154struct GNUNET_IDENTITY_CreateRequestMessage
155{ 155{
156 /** 156 /**
157 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_CREATE 157 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE
158 */ 158 */
159 struct GNUNET_MessageHeader header; 159 struct GNUNET_MessageHeader header;
160 160
@@ -185,7 +185,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage
185struct GNUNET_IDENTITY_RenameMessage 185struct GNUNET_IDENTITY_RenameMessage
186{ 186{
187 /** 187 /**
188 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_RENAME 188 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME
189 */ 189 */
190 struct GNUNET_MessageHeader header; 190 struct GNUNET_MessageHeader header;
191 191
@@ -211,7 +211,7 @@ struct GNUNET_IDENTITY_RenameMessage
211struct GNUNET_IDENTITY_DeleteMessage 211struct GNUNET_IDENTITY_DeleteMessage
212{ 212{
213 /** 213 /**
214 * Type: GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 214 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE
215 */ 215 */
216 struct GNUNET_MessageHeader header; 216 struct GNUNET_MessageHeader header;
217 217