pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-17
2001-03-17 16:36:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
39b5c2a8f5332a1fd00f61971a18a169db7f48fc (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
AutoDoc mk II markup fix.
Rev: src/program.c:1.303
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
302
2001/03/
12
23
:
46
:
22
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
303
2001/03/
17
16
:
36
:
04
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
566:
*! Iterator creation callback. *! *! Should return an object that implements the iterator API:
-
*!
@ul
+
*!
@dl
*! @item *! @[lfun::`!()] should return @tt{1@} when not at end of stream, *! and @tt{0@} (zero) at end of stream.
576:
*! @[index()] should return the current index. *! @item *! @[value()] should return the current value.
-
*!
@endul
+
*!
@enddl
*! *! @seealso *! @[Iterator], @[foreach()]