Branch: Tag:

2001-02-10

2001-02-10 15:36:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

AutoDoc mk II markup fix.

Rev: src/builtin.cmod:1.21

116:    t_flag=t;   }    - /*! + /*! @decl string ctime(int timestamp) +  *!    *! Convert the output from a previous call to @[time()] into a readable    *! string containing the current year, month, day and time.    *!
271:    *! The string @[s] contains characters >= 65536.    *! @endint    */ - PIKEFUN int(8..8)|int(16..16)|int(32..32) string_width(string s) + PIKEFUN int(8 .. 8)|int(16 .. 16)|int(32 .. 32) string_width(string s)    errname String.width;    optflags OPT_TRY_OPTIMIZE;   {