convert fs publish to MQ
[oweals/gnunet.git] / src / include / block_fs.h
index 15610d3338aae21c7d75bae18e0c7c64ef8bf233..b7c358c3d8819c6d20c25e232a37b079e4a6130b 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
 */
 
 /**
+ * @author Christian Grothoff
+ *
  * @file
  * FS block formats (shared between FS and Block)
  *
- * @author Christian Grothoff
+ * @defgroup block-fs  FS block formats
+ * Shared between the [FS service](@ref fs) and the [Block library](@ref block).
+ * @{
  */
 #ifndef BLOCK_FS_H
 #define BLOCK_FS_H
@@ -96,3 +100,5 @@ struct OnDemandBlock
 GNUNET_NETWORK_STRUCT_END
 
 #endif
+
+/** @} */  /* end of group */