MQ doc
[oweals/gnunet.git] / src / include / gnunet_program_lib.h
index 85c802285ab009a5106a207ca97e8e2a964e9883..526760bdd38fc59a25639d47005ad7065164117a 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2001-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001-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
  * Functions related to starting programs
  *
- * @author Christian Grothoff
- * @defgroup program  Functions for writing command-line programs
+ * @defgroup program  Program library
+ * Start command-line programs.
  * @{
  */
 
@@ -104,7 +106,6 @@ GNUNET_PROGRAM_run (int argc,
                     GNUNET_PROGRAM_Main task, void *task_cls);
 
 
-
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
 #endif
@@ -112,8 +113,9 @@ GNUNET_PROGRAM_run (int argc,
 }
 #endif
 
-/** @} */ /* end of group program */
-
 /* ifndef GNUNET_PROGRAM_LIB_H */
 #endif
+
+/** @} */  /* end of group program */
+
 /* end of gnunet_program_lib.h */