From: Pekka Riikonen Date: Mon, 3 Mar 2008 19:13:05 +0000 (+0200) Subject: Fixed ROBODoc header. X-Git-Tag: 1.2.beta2~3 X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=commitdiff_plain;h=56cea60b47990096c4c2a16f57f7865f9708e361 Fixed ROBODoc header. --- 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