aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-16 11:28:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-16 11:28:31 +0000
commit7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf (patch)
tree64cb464db2851529f3f81ebbdeafdeb61b08d895 /src/arm
parent82f3bd5a659c0e9880e5b7c367e3e996ebbc6800 (diff)
downloadgnunet-7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf.tar.gz
gnunet-7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf.zip
-doxygen fixes
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index bf2f7e797..e5a2f9b5e 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -60,11 +60,12 @@ struct GNUNET_ARM_Message
60 * Reply to client, type is #GNUNET_MESSAGE_TYPE_ARM_RESULT or 60 * Reply to client, type is #GNUNET_MESSAGE_TYPE_ARM_RESULT or
61 * #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT. 61 * #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT.
62 * OR 62 * OR
63 * Request from client, type is #GNUNET_MESSAGE_TYPE_ARM_REQUEST 63 * Request from client, type is #GNUNET_MESSAGE_TYPE_ARM_START or
64 * #GNUNET_MESSAGE_TYPE_ARM_STOP.
64 */ 65 */
65 struct GNUNET_MessageHeader header; 66 struct GNUNET_MessageHeader header;
66 67
67 /** 68 /**
68 * For alignment. 69 * For alignment.
69 */ 70 */
70 uint32_t reserved; 71 uint32_t reserved;
@@ -87,12 +88,12 @@ struct GNUNET_ARM_ResultMessage
87{ 88{
88 89
89 /** 90 /**
90 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID. 91 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID.
91 */ 92 */
92 struct GNUNET_ARM_Message arm_msg; 93 struct GNUNET_ARM_Message arm_msg;
93 94
94 /** 95 /**
95 * Result from the 'enum GNUNET_ARM_Result' 96 * Result from the `enum GNUNET_ARM_Result`
96 */ 97 */
97 uint32_t result; 98 uint32_t result;
98}; 99};
@@ -106,7 +107,7 @@ struct GNUNET_ARM_ResultMessage
106struct GNUNET_ARM_ListResultMessage 107struct GNUNET_ARM_ListResultMessage
107{ 108{
108 /** 109 /**
109 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT, 110 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT,
110 * with an ID. 111 * with an ID.
111 */ 112 */
112 struct GNUNET_ARM_Message arm_msg; 113 struct GNUNET_ARM_Message arm_msg;