Branch: Tag:

2013-11-17

2013-11-17 22:15:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

System.TM: Fixed remaining Autodoc markup bug.

43:    */      #if defined(HAVE_MKTIME) && defined(HAVE_GMTIME) && defined(HAVE_LOCALTIME) - PIKECLASS TM +    /*! @class TM    *! A wrapper for the system struct tm time keeping structure.    *! This can be used as a (very) lightweight alternative to Calendar.    */ -  + PIKECLASS TM   {    CVAR struct tm t;    CVAR time_t unix_time;