-doxygen
authorChristian Grothoff <christian@grothoff.org>
Tue, 8 Apr 2014 07:45:48 +0000 (07:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 8 Apr 2014 07:45:48 +0000 (07:45 +0000)
src/datastore/plugin_datastore_sqlite.c
src/dht/gnunet-service-xdht_neighbours.c
src/secretsharing/secretsharing.h

index 253b69fe7dd7d790b8a9a7ede99411cede2384c8..d73475b6c58d9b7ff4f0b240cc3d9c330c81f65e 100644 (file)
@@ -906,7 +906,7 @@ struct ReplCtx
 
 
 /**
- * Wrapper for the processor for #sqlite_plugin_replication_get().
+ * Wrapper for the processor for #sqlite_plugin_get_replication().
  * Decrements the replication counter and calls the original
  * processor.
  *
index aa8f70d126a042edec9cd8b05b1a497a02c2f6eb..0dad53fc51028578342c16e3514525cb312bf81d 100644 (file)
@@ -317,7 +317,7 @@ struct PeerTrailSetupResultMessage
 {
   
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_RESULT_SETUP
+   * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_SETUP_RESULT
    */
   struct GNUNET_MessageHeader header;
   
@@ -3015,4 +3015,4 @@ GDS_NEIGHBOURS_get_id ()
 }
 
 
-/* end of gnunet-service-xdht_neighbours.c */
\ No newline at end of file
+/* end of gnunet-service-xdht_neighbours.c */
index 227349b0530ee6098654661ab564545ecb1bcb81..e4312c2da6975bf7f12a31721b6828ea40af0414 100644 (file)
@@ -38,7 +38,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
 struct GNUNET_SECRETSHARING_FieldElement
 {
   /**
-   * Value of an element in <elgamal_g>.
+   * Value of an element in &lt;elgamal_g&gt;.
    */
   unsigned char bits[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8];
 };
@@ -209,7 +209,7 @@ struct GNUNET_SECRETSHARING_Share
   struct GNUNET_SECRETSHARING_FieldElement my_share;
 
   /**
-   * Peer identities (includes 'my_peer') 
+   * Peer identities (includes 'my_peer')
    */
   struct GNUNET_PeerIdentity *peers;