[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r20582 - in gnunet/src: include util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r20582 - in gnunet/src: include util |
Date: |
Fri, 16 Mar 2012 22:00:14 +0100 |
Author: grothoff
Date: 2012-03-16 22:00:14 +0100 (Fri, 16 Mar 2012)
New Revision: 20582
Modified:
gnunet/src/include/gnunet_protocols.h
gnunet/src/include/gnunet_strings_lib.h
gnunet/src/util/strings.c
Log:
-doxygen
Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h 2012-03-16 20:52:52 UTC (rev
20581)
+++ gnunet/src/include/gnunet_protocols.h 2012-03-16 21:00:14 UTC (rev
20582)
@@ -136,7 +136,6 @@
/**
* Control messages between the gnunet-wlan-helper and the daemon
*/
-
#define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41
/**
Modified: gnunet/src/include/gnunet_strings_lib.h
===================================================================
--- gnunet/src/include/gnunet_strings_lib.h 2012-03-16 20:52:52 UTC (rev
20581)
+++ gnunet/src/include/gnunet_strings_lib.h 2012-03-16 21:00:14 UTC (rev
20582)
@@ -297,7 +297,7 @@
* @param r_uri a pointer to a char * that is set to a pointer to URI scheme.
* The string is allocated by the function, and should be freed with
* GNUNET_free (). Can be NULL.
- * @return GNUNET_YES if 'filaname' is absolute, GNUNET_NO otherwise.
+ * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.
*/
int
GNUNET_STRINGS_path_is_absolute (const char *filename,
Modified: gnunet/src/util/strings.c
===================================================================
--- gnunet/src/util/strings.c 2012-03-16 20:52:52 UTC (rev 20581)
+++ gnunet/src/util/strings.c 2012-03-16 21:00:14 UTC (rev 20582)
@@ -838,18 +838,18 @@
/**
- * Check whether @filename is absolute or not, and if it's an URI
+ * Check whether 'filename' is absolute or not, and if it's an URI
*
* @param filename filename to check
* @param can_be_uri GNUNET_YES to check for being URI, GNUNET_NO - to
* assume it's not URI
- * @param r_is_uri a pointer to an int that is set to GNUNET_YES if @filename
- * is URI and to GNUNET_NO otherwise. Can be NULL. If @can_be_uri is
+ * @param r_is_uri a pointer to an int that is set to GNUNET_YES if 'filename'
+ * is URI and to GNUNET_NO otherwise. Can be NULL. If 'can_be_uri' is
* not GNUNET_YES, *r_is_uri is set to GNUNET_NO.
* @param r_uri a pointer to a char * that is set to a pointer to URI scheme.
* The string is allocated by the function, and should be freed with
* GNUNET_free (). Can be NULL.
- * @return GNUNET_YES if @filaneme is absolute, GNUNET_NO otherwise.
+ * @return GNUNET_YES if 'filename' is absolute, GNUNET_NO otherwise.
*/
int
GNUNET_STRINGS_path_is_absolute (const char *filename, int can_be_uri,
@@ -912,11 +912,11 @@
#endif
/**
- * Perform @checks on @filename
+ * Perform 'checks' on 'filename'
*
* @param filename file to check
* @param checks checks to perform
- * @return GNUNET_YES if all @checks pass, GNUNET_NO if at least one of them
+ * @return GNUNET_YES if all checks pass, GNUNET_NO if at least one of them
* fails, GNUNET_SYSERR when a check can't be performed
*/
int
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r20582 - in gnunet/src: include util,
gnunet <=