Branch: Tag:

2009-08-19

2009-08-19 08:51:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Some Autodoc mk II markup fixes.

Rev: src/builtin.cmod:1.233

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.232 2009/08/18 13:56:10 grubba Exp $ + || $Id: builtin.cmod,v 1.233 2009/08/19 08:51:23 grubba Exp $   */      #include "global.h"
4032:   /*! @endmodule    */    + /*! @module Pike +  */ +    /*! @class MasterCodec    *!    *! This codec is used when loading a dumped master.
4042:   PIKECLASS MasterCodec    flags ID_PROTECTED;   { -  /*! Look up a function in @[all_constants()]. +  /*! @decl mixed functionof(mixed symbol) +  *! Look up a function in @[all_constants()].    */    PIKEFUN mixed functionof(mixed symbol)    {
4052:    }   }    + /*! @endclass +  */ +  + /*! @endmodule +  */ +    void init_builtin(void)   {    init_pike_list_node_blocks();