From 5f320fc76c4bb0de74c684aeb69e370bc568bbc0 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 19 Oct 2002 11:42:16 +0000 Subject: [PATCH] Removed documentatino of private struct. --- lib/silcutil/silcdlist.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/lib/silcutil/silcdlist.h b/lib/silcutil/silcdlist.h index 2457ab89..f6fcd714 100644 --- a/lib/silcutil/silcdlist.h +++ b/lib/silcutil/silcdlist.h @@ -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 * -- 2.24.0