convert fs publish to MQ
[oweals/gnunet.git] / src / include / gnunet_dv_service.h
index f694c17eab1a661b37f532da56ec65b496bbc782..248e373dc3b6dda573f88de4931928e1ee50b682 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2013 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 include/gnunet_dv_service.h
- * @brief DV service API (should only be used by the DV plugin)
+ *
+ * @file
+ * DV service API (should only be used by the DV plugin)
+ *
+ * @defgroup dv  DV service
+ * Distance Vector routing
+ *
+ * The DV service API should only be used by the DV plugin.
+ * @{
  */
 #ifndef GNUNET_SERVICE_DV_H
 #define GNUNET_SERVICE_DV_H
@@ -167,3 +174,5 @@ GNUNET_DV_send_cancel (struct GNUNET_DV_TransmitHandle *th);
 
 
 #endif
+
+/** @} */  /* end of group */