convert fs publish to MQ
[oweals/gnunet.git] / src / include / block_fs.h
index 0af504627b8fbe7d62633d4a88521c11dca8e2b3..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
 */
 
 /**
- * @file include/block_fs.h
- * @brief fs block formats (shared between fs and block)
  * @author Christian Grothoff
+ *
+ * @file
+ * FS block formats (shared between FS and Block)
+ *
+ * @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
@@ -95,3 +100,5 @@ struct OnDemandBlock
 GNUNET_NETWORK_STRUCT_END
 
 #endif
+
+/** @} */  /* end of group */