From 3cbdbe18dbd56def00c0014381ff90b4ee664904 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Tue, 12 Jan 2016 23:26:43 +0000 Subject: [PATCH] doc --- src/include/gnunet_gnsrecord_lib.h | 2 +- src/include/gnunet_gnsrecord_plugin.h | 2 +- src/include/gnunet_social_service.h | 27 +++++++++++++-------------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h index 6902c4156..2a025b3ac 100644 --- a/src/include/gnunet_gnsrecord_lib.h +++ b/src/include/gnunet_gnsrecord_lib.h @@ -24,7 +24,7 @@ * @file * API that can be used to manipulate GNS record data * - * @defgroup gns-record GNS Record library + * @defgroup gnsrecord GNS Record library * Manipulate GNS record data * @{ */ diff --git a/src/include/gnunet_gnsrecord_plugin.h b/src/include/gnunet_gnsrecord_plugin.h index 7315ec879..e35e0997b 100644 --- a/src/include/gnunet_gnsrecord_plugin.h +++ b/src/include/gnunet_gnsrecord_plugin.h @@ -24,7 +24,7 @@ * @file * Plugin API for GNS record types * - * @defgroup gns-record-plugin GNS record plugin API + * @defgroup gnsrecord-plugin GNS Record plugin API * To be implemented by applications defining new record types. * @{ */ diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index 4bdad6834..344521c7a 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -119,17 +119,16 @@ A message sent to the place. ### Environment #### _id_reply_to -message ID this message is in reply to. +Message ID this message is in reply to. #### _id_thread - -thread ID, the first message ID in the thread. +Thread ID, the first message ID in the thread. #### _nym_author__ -nym of the author. +Nym of the author. #### _sig_author -signature of the message body and its variables by the author. +Signature of the message body and its variables by the author. ## Data @@ -152,13 +151,13 @@ GNS name of the place in a globally unique .zkey zone #### Without GNS ##### _key_pub_place -public key of place +Public key of place ##### _peer_origin -peer ID of origin +Peer ID of origin ##### _list_peer_relays -list of peer IDs of relays +List of peer IDs of relays ## _notice_place_file @@ -169,16 +168,16 @@ Notification about a place hosting a file. The environment of _notice_place above, plus the following: #### _size_file -size of file +Size of file #### _mime_file MIME type of file #### _name_file -name of file +Name of file #### _description_file -description of file +Description of file ## _file @@ -189,16 +188,16 @@ $GNUNET_DATA_HOME/social/files// ### Environment #### _size_file -size of file +Size of file #### _mime_file MIME type of file #### _name_file -name of file +Name of file #### _description_file -description +Description of file @{ */ -- 2.25.1