Branch: Tag:

2002-05-22

2002-05-22 17:21:41 by Martin Nilsson <mani@lysator.liu.se>

Bugfixed documentation "bugfix" and a tagdoc quoting error.

Rev: lib/master.pike.in:1.202

6:   // Pike is distributed as GPL (General Public License)   // See the files COPYING and DISCLAIMER for more information.   // - // $Id: master.pike.in,v 1.201 2002/05/22 17:20:10 nilsson Exp $ + // $Id: master.pike.in,v 1.202 2002/05/22 17:21:41 nilsson Exp $      #pike __REAL_VERSION__   
66:      //! @appears error   //! Throws an error. A more readable version of the code - //! @tt{throw( ({ sprintf(f, @args), backtrace() }) )@}. + //! @tt{throw( ({ sprintf(f, @@args), backtrace() }) )@}.   void error(string f, mixed ... args) {    array(array) b = backtrace();    if (sizeof(args)) f = sprintf(f, @args);