pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-09
2001-02-09 13:43:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8203d467a53045b1b2ea1a4f36cf7a768ca81560 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Some AutoDoc mk II markup fixes.
Rev: src/program.c:1.294
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
293
2001/02/09 13:
25
:
44
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
294
2001/02/09 13:
43
:
23
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
525:
*! @[`+()], @[lfun::`+()] */
-
/*! @decl int(0..1) _is_type(string arg)
+
/*! @decl int(0..1)
lfun::
_is_type(string arg)
*! *! Type comparison callback. *!
534:
*! of the type, but migt in the future be a value of the type type. */
-
/*! @decl string _sprintf(int conversion_type,
-
*! mapping(string:int)|void params)
+
/*! @decl string
lfun::
_sprintf(int conversion_type,
@
+
*!
mapping(string:int)|void params)
*! *! Sprintf callback. *!
543:
*! @[sprintf()] */
-
/*! @decl int _equal(mixed arg)
+
/*! @decl int
lfun::
_equal(mixed arg)
*! *! Equal callback. *!
551:
*! @[equal()], @[lfun::`==()] */
-
/*! @decl mixed _m_delete(mixed arg)
+
/*! @decl mixed
lfun::
_m_delete(mixed arg)
*! *! Mapping delete callback. *!