pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2009-08-20
2009-08-20 04:20:05 by Martin Nilsson <mani@lysator.liu.se>
c8c72a523f0a36143ea4e5315e7a1429f445cbb1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Autodoc fix
Rev: src/builtin.cmod:1.236
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
235
2009/08/
19
18
:
50
:
22
grubba
Exp $
+
|| $Id: builtin.cmod,v 1.
236
2009/08/
20
04
:
20
:
05
nilsson
Exp $
*/ #include "global.h"
4073:
stack_pop_keep_top(); } /*! @decl object decode_object(object obj, mixed data)
-
*! Calls
@expr{@obj
->_decode(@[data])@}.
+
*! Calls
@expr{obj
->_decode(@[data])@}.
*/ PIKEFUN object decode_object(object obj, mixed data) {