pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-11
2002-12-11 20:27:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
47251da737306a3f5078e7901d5b0da586dcd378 (
12
lines) (+
7
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Now uses @namespace.
Rev: src/object.c:1.212
Rev: src/program.c:1.468
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.c,v 1.
467
2002/12/
10
16
:
53
:
28
mast
Exp $
+
|| $Id: program.c,v 1.
468
2002/12/
11
20
:
26
:
45
grubba
Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
467
2002/12/
10
16
:
53
:
28
mast
Exp $");
+
RCSID("$Id: program.c,v 1.
468
2002/12/
11
20
:
26
:
45
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
206:
tFuncV(tNone,tVoid,tObj), /* "_get_iterator", */ };
-
/*!
@module
lfun::
-
*!
-
*! @endmodule
+
/*!
@namespace
lfun::
*/ /*! @decl void lfun::__INIT()
752:
*! @[Iterator], @[foreach()] */
+
/*! @endnamespace
+
*/
+
/*! @class MasterObject */