gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29170 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r29170 - gnunet/src/include
Date: Tue, 10 Sep 2013 21:04:16 +0200

Author: grothoff
Date: 2013-09-10 21:04:16 +0200 (Tue, 10 Sep 2013)
New Revision: 29170

Modified:
   gnunet/src/include/gnunet_dnsparser_lib.h
Log:
-doxygen fixes

Modified: gnunet/src/include/gnunet_dnsparser_lib.h
===================================================================
--- gnunet/src/include/gnunet_dnsparser_lib.h   2013-09-10 16:40:41 UTC (rev 
29169)
+++ gnunet/src/include/gnunet_dnsparser_lib.h   2013-09-10 19:04:16 UTC (rev 
29170)
@@ -187,7 +187,7 @@
    * The domainname of the name server that was the
    * original or primary source of data for this zone.
    * In UTF-8 format.  The library will convert from and to DNS-IDNA 
-   * as necessary.  Use 'GNUNET_DNSPARSER_check_label' to test if an
+   * as necessary.  Use #GNUNET_DNSPARSER_check_label to test if an
    * individual label is well-formed.  If a given name is not well-formed,
    * creating the DNS packet will fail.
    */
@@ -386,8 +386,8 @@
  * This can fail if the ASCII-conversion becomes longer than 63 characters.
  *
  * @param label label to check (UTF-8 string)
- * @return GNUNET_OK if the label can be converted to IDNA,
- *         GNUNET_SYSERR if the label is not valid for DNS names
+ * @return #GNUNET_OK if the label can be converted to IDNA,
+ *         #GNUNET_SYSERR if the label is not valid for DNS names
  */
 int
 GNUNET_DNSPARSER_check_label (const char *label);
@@ -399,8 +399,8 @@
  * the entire name exceeds 253 characters.
  *
  * @param name name to check (UTF-8 string)
- * @return GNUNET_OK if the label can be converted to IDNA,
- *         GNUNET_SYSERR if the label is not valid for DNS names
+ * @return #GNUNET_OK if the label can be converted to IDNA,
+ *         #GNUNET_SYSERR if the label is not valid for DNS names
  */
 int
 GNUNET_DNSPARSER_check_name (const char *name);
@@ -411,7 +411,7 @@
  * processing and manipulation.
  *
  * @param udp_payload wire-format of the DNS packet
- * @param udp_payload_length number of bytes in udp_payload 
+ * @param udp_payload_length number of bytes in @a udp_payload 
  * @return NULL on error, otherwise the parsed packet
  */
 struct GNUNET_DNSPARSER_Packet *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]