pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-14
2001-08-14 22:21:16 by Martin Nilsson <mani@lysator.liu.se>
bcbce080afb7b74d175c48125fea6441e4849680 (
13
lines) (+
11
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Autodoc fixes
Rev: src/builtin.cmod:1.62
1:
/* -*- c -*-
-
* $Id: builtin.cmod,v 1.
61
2001/
07
/
26
15
:21:
08
nilsson Exp $
+
* $Id: builtin.cmod,v 1.
62
2001/
08
/
14
22
:21:
16
nilsson Exp $
*/ #include "global.h"
747:
* Backtrace handling. */
+
/*! @module Pike
+
*/
+
/*! @class BacktraceFrame */
1030:
/*! @endclass */
-
/*! @decl array(
array
) backtrace()
+
/*!
@endmodule
+
*/
+
+
/*!
@decl array(
Pike.BacktraceFrame
) backtrace()
*!
-
+
*! FIXME: This documentation is not up to date!
+
*!
*! Get a description of the current call stack. *! *! The description is returned as an array with one entry for each call