SILC Runtime Toolkit 1.2 Beta 1
[runtime.git] / lib / silcutil / silcgetopt.h
index ac6b2168b1f78e994ca3605c32e1b3d54428859a..991c475995c41daa73a5e5c176d649650898a90c 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2007 Pekka Riikonen
+  Copyright (C) 2007 - 2008 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 */
 
+/****h* silcutil/GetOpt Interface
+ *
+ * DESCRIPTION
+ *
+ * SILC GetOpt Interface provides portable interface to handle command
+ * line options.
+ *
+ ***/
+
 #ifndef SILCGETOPT_H
 #define SILCGETOPT_H
 
-/****s* silcutil/SilcGetOptAPI/SilcGetOpt
+/****s* silcutil/SilcGetOpt
  *
  * NAME
  *
@@ -44,7 +53,7 @@ typedef struct SilcGetOptObject {
 } *SilcGetOpt, SilcGetOptStruct;
 /***/
 
-/****d* silcutil/SilcGetOptAPI/SILC_GETOPT_INIT
+/****d* silcutil/SILC_GETOPT_INIT
  *
  * NAME
  *
@@ -61,7 +70,7 @@ typedef struct SilcGetOptObject {
  ***/
 #define SILC_GETOPT_INIT { 1, 0, NULL, TRUE, 1 }
 
-/****f* silcutil/SilcGetOptAPI/silc_getopt
+/****f* silcutil/silc_getopt
  *
  * SYNOPSIS
  *