Branch: Tag:

2001-08-14

2001-08-14 22:21:16 by Martin Nilsson <mani@lysator.liu.se>

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