Branch: Tag:

2001-03-17

2001-03-17 16:36:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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()]