Removed documentatino of private struct.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 19 Oct 2002 11:42:16 +0000 (11:42 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 19 Oct 2002 11:42:16 +0000 (11:42 +0000)
lib/silcutil/silcdlist.h

index 2457ab89529dd7dc1f10f9f6391f65a9c44647c5..f6fcd71420065fd27cda8232880ff5b9654d46d6 100644 (file)
@@ -60,24 +60,12 @@ typedef struct {
 } *SilcDList;
 /***/
 
-/****s* silcutil/SilcDListAPI/SilcDListEntry
- *
- * NAME
- *
- *    typedef struct SilcDListEntryStruct { ... } *SilcDListEntry;
- *
- * DESCRIPTION
- *
- *    SilcDListEntry structure, one entry in the list. This MUST NOT be used
- *    directly by the application.
- *
- * SOURCE
- */
+/* SilcDListEntry structure, one entry in the list. This MUST NOT be used
+   directly by the application. */
 typedef struct SilcDListEntryStruct {
   void *context;
   struct SilcDListEntryStruct *next;
 } *SilcDListEntry;
-/***/
 
 /****f* silcutil/SilcDListAPI/silc_dlist_init
  *