-skeletons for transport-ng
[oweals/gnunet.git] / src / include / gnunet_service_lib.h
index 6cb7413d3c6edbd51cc5e40e73ed4a22951c68cc..d15b41a2991a9bf601aa27264360a46488cde4d2 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2009-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009-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
 */
 
 /**
- * @file include/gnunet_service_lib.h
- * @brief functions related to starting services
  * @author Christian Grothoff
- * @defgroup service generic functions for implementing service processes
+ *
+ * @file
+ * Functions related to starting services
+ *
+ * @defgroup service  Service library
+ * Start service processes.
+ *
+ * @see [Documentation](https://gnunet.org/developer-handbook-util-services)
+ *
  * @{
  */
 
@@ -186,10 +192,9 @@ GNUNET_SERVICE_stop (struct GNUNET_SERVICE_Context *sctx);
 }
 #endif
 
-
-/** @} */ /* end of group service */
-
-
 /* ifndef GNUNET_SERVICE_LIB_H */
 #endif
+
+/** @} */  /* end of group service */
+
 /* end of gnunet_service_lib.h */