From 56cea60b47990096c4c2a16f57f7865f9708e361 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 3 Mar 2008 21:13:05 +0200 Subject: [PATCH] Fixed ROBODoc header. --- lib/silcutil/silctime.h | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/silcutil/silctime.h b/lib/silcutil/silctime.h index 32d4d927..4fc7e4b7 100644 --- a/lib/silcutil/silctime.h +++ b/lib/silcutil/silctime.h @@ -44,20 +44,6 @@ * SOURCE * */ -/****s* silcutil/SilcTimeStruct - * - * NAME - * - * typedef struct { ... } *SilcTime, SilcTimeStruct; - * - * DESCRIPTION - * - * This context represents time value. It includes date and time - * down to millisecond precision. The structure size is 64 bits. - * - * SOURCE - * - */ typedef struct SilcTimeObject { unsigned int year : 15; /* Year, 0 - 32768 */ unsigned int month : 4; /* Month, 1 - 12 */ @@ -73,6 +59,19 @@ typedef struct SilcTimeObject { } *SilcTime, SilcTimeStruct; /***/ +/****s* silcutil/SilcTimeStruct + * + * NAME + * + * typedef struct { ... } *SilcTime, SilcTimeStruct; + * + * DESCRIPTION + * + * This context represents time value. It includes date and time + * down to millisecond precision. The structure size is 64 bits. + * + ***/ + /****f* silcutil/silc_time * * SYNOPSIS -- 2.24.0