Fixed ROBODoc header.
[runtime.git] / lib / silcutil / silctime.h
index a049cca469b0e3deca59981d539cfb373c78556a..4fc7e4b7527042f970aa2c0622b7887e962d18d3 100644 (file)
@@ -59,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