pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-26
2002-11-26 12:56:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>
871b4fe2613a3aea74b6daa09dce0d97df9aa903 (
22
lines) (+
14
/-
8
)
[
Show
|
Annotate
]
Branch:
7.9
Documentation fixes.
Rev: lib/master.pike.in:1.229
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
228
2002/11/
24
18
:
20
:
09
grubba Exp $
+
// $Id: master.pike.in,v 1.
229
2002/11/
26
12
:
56
:
01
grubba Exp $
#pike __REAL_VERSION__
728:
//! @decl object new(string|program prog, mixed ... args) //! @appears new //!
-
//! Instantiate a program.
+
//!
Instantiate a program.
//!
-
//! A new instance of the class @[prog] will be created.
-
//! All global variables in the new object be initialized, and
-
//! then @[create()] will be called with @[args] as arguments.
+
//!
A new instance of the class @[prog] will be created.
+
//!
All global variables in the new object be initialized, and
+
//!
then @[
lfun::
create()] will be called with @[args] as arguments.
//! //! @note
-
//! These two functions are considered obsolete, use
-
//! @code{((program)@[prog])(@@@[args])@}
-
//! instead.
+
//!
These two functions are considered obsolete, use
+
//!
@code{((program)@[prog])(@@@[args])@}
+
//!
instead.
//! //! @seealso //! @[destruct()], @[compile_string()], @[compile_file()]
757:
//! @decl object clone(string|program prog, mixed ... args) //! @appears clone //!
+
//! Alternate name for the function @[new()].
+
//!
+
//! @note
+
//! Considered obsolete.
+
//!
//! @seealso //! @[new()]