gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29090 - gnunet/doc/doxygen gnunet-gtk/doc/doxygen gnunet-g


From: gnunet
Subject: [GNUnet-SVN] r29090 - gnunet/doc/doxygen gnunet-gtk/doc/doxygen gnunet-gtk/src/fs gnunet-gtk/src/setup
Date: Sat, 7 Sep 2013 16:25:55 +0200

Author: grothoff
Date: 2013-09-07 16:25:54 +0200 (Sat, 07 Sep 2013)
New Revision: 29090

Modified:
   gnunet-gtk/doc/doxygen/
   gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h
   gnunet-gtk/src/fs/gnunet-fs-gtk_common.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_common.h
   gnunet-gtk/src/setup/gnunet-setup-datacache-config.c
   gnunet-gtk/src/setup/gnunet-setup-datacache-plugins.c
   gnunet-gtk/src/setup/gnunet-setup-datastore-config.c
   gnunet-gtk/src/setup/gnunet-setup-datastore-plugins.c
   gnunet-gtk/src/setup/gnunet-setup-hostlist-editing.c
   gnunet-gtk/src/setup/gnunet-setup-hostlist-server.c
   gnunet-gtk/src/setup/gnunet-setup-namestore-config.c
   gnunet-gtk/src/setup/gnunet-setup-namestore-plugins.c
   gnunet-gtk/src/setup/gnunet-setup-transport-plugins.c
   gnunet-gtk/src/setup/gnunet-setup.c
   gnunet-gtk/src/setup/gnunet-setup.h
   gnunet/doc/doxygen/
Log:
-update ignores

Index: gnunet/doc/doxygen
===================================================================
--- gnunet/doc/doxygen  2013-09-07 14:24:59 UTC (rev 29089)
+++ gnunet/doc/doxygen  2013-09-07 14:25:54 UTC (rev 29090)

Property changes on: gnunet/doc/doxygen
___________________________________________________________________
Modified: svn:ignore
## -1,2 +1,4 ##
+gnunet.tag
+html
 Makefile.in
 Makefile
Index: gnunet-gtk/doc/doxygen
===================================================================
--- gnunet-gtk/doc/doxygen      2013-09-07 14:24:59 UTC (rev 29089)
+++ gnunet-gtk/doc/doxygen      2013-09-07 14:25:54 UTC (rev 29090)

Property changes on: gnunet-gtk/doc/doxygen
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,4 ##
+Makefile.in
+Makefile
+gnunet-gtk.tag
+html
Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c 2013-09-07 14:24:59 UTC 
(rev 29089)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.c 2013-09-07 14:25:54 UTC 
(rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/fs/gnunet-fs-gtk_anonymtiy-widgets.c
+ * @file src/fs/gnunet-fs-gtk_anonymity-widgets.c
  * @author Christian Grothoff
  * @brief operations to manage user's anonymity level selections
  */

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h 2013-09-07 14:24:59 UTC 
(rev 29089)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_anonymity-widgets.h 2013-09-07 14:25:54 UTC 
(rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/fs/gnunet-fs-gtk_anonymtiy-widgets.h
+ * @file src/fs/gnunet-fs-gtk_anonymity-widgets.h
  * @author Christian Grothoff
  * @brief operations to manage user's anonymity level selections
  */

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_common.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_common.c    2013-09-07 14:24:59 UTC (rev 
29089)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_common.c    2013-09-07 14:25:54 UTC (rev 
29090)
@@ -29,8 +29,8 @@
 #include "gnunet-fs-gtk_event-handler.h"
 
 /**
- * Converts metadata specified by @data of size @data_len
- * and saved in format @format to UTF-8 encoded string.
+ * Converts metadata specified by @a data of size @a data_len
+ * and saved in format @a format to UTF-8 encoded string.
  * Works only for C-string and UTF8 metadata formats
  * (returns NULL for everything else).
  * Verifies UTF-8 strings.

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_common.h
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_common.h    2013-09-07 14:24:59 UTC (rev 
29089)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_common.h    2013-09-07 14:25:54 UTC (rev 
29090)
@@ -67,12 +67,12 @@
 
 
 /**
- * mmap the given file and run the GNUNET_FS_directory_list_contents
+ * mmap the given file and run the #GNUNET_FS_directory_list_contents
  * function on it.
  *
  * @param filename name with the directory
  * @param dep function to call on each entry
- * @param dep_cls closure for 'dep'
+ * @param dep_cls closure for @a dep
  * @return GNUNET_OK on success
  */
 int
@@ -106,17 +106,17 @@
 
 
 /**
- * Converts metadata specified by #data of size #data_len
- * and saved in format #format to UTF-8 encoded string.
+ * Converts metadata specified by @a data of size @a data_len
+ * and saved in format @a format to UTF-8 encoded string.
  * Works only for C-string and UTF8 metadata formats
  * (returns NULL for everything else).
  * Verifies UTF-8 strings.
  *
- * @param format format of the #data
+ * @param format format of the @a data
  * @param data data to convert
- * @param data_len length of the data buffer (in bytes)
+ * @param data_len length of the @a data buffer (in bytes)
  * @return NULL if can't be converted, allocated string otherwise,
- *         freeable with GNUNET_free* ().
+ *         freeable with GNUNET_free().
  */
 char *
 GNUNET_FS_GTK_dubious_meta_to_utf8 (enum EXTRACTOR_MetaFormat format,
@@ -129,13 +129,13 @@
  * the respective meta data.
  *
  * @param meta meta data to inspect
- * @param is_a_dup is set to GNUNET_YES if the result is a dup, and there was
- *        no description to be found. GNUNET_NO otherwise.
+ * @param is_a_dup is set to #GNUNET_YES if the result is a dup, and there was
+ *        no description to be found. #GNUNET_NO otherwise.
  * @return description of the result in utf-8, never NULL
  */
 char *
-GNUNET_FS_GTK_get_description_from_metadata (
-    const struct GNUNET_CONTAINER_MetaData *meta, int *is_a_dup);
+GNUNET_FS_GTK_get_description_from_metadata (const struct 
GNUNET_CONTAINER_MetaData *meta, 
+                                            int *is_a_dup);
 
 
 /**
@@ -155,7 +155,7 @@
  *
  * @param rr row reference
  * @param iter pointer to an iter structure to fill
- * @return GNUNET_OK if iter was filled, GNUNET_SYSERR otherwise
+ * @return #GNUNET_OK if iter was filled, #GNUNET_SYSERR otherwise
  */
 int
 GNUNET_GTK_get_iter_from_reference (GtkTreeRowReference *rr, 

Modified: gnunet-gtk/src/setup/gnunet-setup-datacache-config.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-datacache-config.c        2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-datacache-config.c        2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-datacache-config.c
+ * @file src/setup/gnunet-setup-datacache-config.c
  * @brief test datacache configuration
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-datacache-plugins.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-datacache-plugins.c       2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-datacache-plugins.c       2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-datacache-plugins.c
+ * @file src/setup/gnunet-setup-datacache-plugins.c
  * @brief (de)sensitize transport plugin buttons based on plugin availability
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-datastore-config.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-datastore-config.c        2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-datastore-config.c        2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-datastore-config.c
+ * @file src/setup/gnunet-setup-datastore-config.c
  * @brief test datastore configuration
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-datastore-plugins.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-datastore-plugins.c       2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-datastore-plugins.c       2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-datastore-plugins.c
+ * @file src/setup/gnunet-setup-datastore-plugins.c
  * @brief (de)sensitize datastore plugin buttons based on plugin availability
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-hostlist-editing.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-hostlist-editing.c        2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-hostlist-editing.c        2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-hostlist-editing.c
+ * @file src/setup/gnunet-setup-hostlist-editing.c
  * @brief allow editing of the hostlist
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-hostlist-server.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-hostlist-server.c 2013-09-07 14:24:59 UTC 
(rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-hostlist-server.c 2013-09-07 14:25:54 UTC 
(rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-hostlist-server.c
+ * @file src/setup/gnunet-setup-hostlist-server.c
  * @brief (de)sensitize UI elements related to hostlist server configuration
  *        based on the build configuration of the hostlist daemon
  * @author Christian Grothoff

Modified: gnunet-gtk/src/setup/gnunet-setup-namestore-config.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-namestore-config.c        2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-namestore-config.c        2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-namestore-config.c
+ * @file src/setup/gnunet-setup-namestore-config.c
  * @brief test datastore configuration
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-namestore-plugins.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-namestore-plugins.c       2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-namestore-plugins.c       2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-namestore-plugins.c
+ * @file src/setup/gnunet-setup-namestore-plugins.c
  * @brief (de)sensitize namestore plugin buttons based on plugin availability
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup-transport-plugins.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-transport-plugins.c       2013-09-07 
14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup-transport-plugins.c       2013-09-07 
14:25:54 UTC (rev 29090)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup-transport-plugins.c
+ * @file src/setup/gnunet-setup-transport-plugins.c
  * @brief (de)sensitize transport plugin buttons based on plugin availability
  * @author Christian Grothoff
  */

Modified: gnunet-gtk/src/setup/gnunet-setup.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup.c 2013-09-07 14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup.c 2013-09-07 14:25:54 UTC (rev 29090)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors)
+     (C) 2010, 2011, 2012, 2013 Christian Grothoff (and other contributing 
authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-gtk/src/setup/gnunet-setup.h
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup.h 2013-09-07 14:24:59 UTC (rev 29089)
+++ gnunet-gtk/src/setup/gnunet-setup.h 2013-09-07 14:25:54 UTC (rev 29090)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     (C) 2010, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file src/gnunet-setup.h
+ * @file src/setup/gnunet-setup.h
  * @brief globals
  * @author Christian Grothoff
  */




reply via email to

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