pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-17
2013-11-17 21:36:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
670cfcc396729c61fb095990c0704f9c8d9c9df2 (
7
lines) (+
3
/-
4
)
[
Show
|
Annotate
]
Branch:
8.0
System.TM: Some AutoDoc markup fixes.
136:
} while(0) #ifdef HAVE_STRPTIME
-
/*
-
*
! @decl int(0..1) strptime( string(1..255) format, string(1..255) data )
+
/*! @decl int(0..1) strptime( string(1..255) format, string(1..255) data )
*! *! Parse the given @[data] using the format in @[format] as a date. *!
294:
push_text( buffer ); }
-
/*
-
*
! @decl int(0..60) sec;
+
/*! @decl int(0..60) sec;
*! @decl int(0..59) min; *! @decl int(0..59) hour; *! @decl int(1..31) mday;