Branch: Tag:

2002-10-23

2002-10-23 23:31:44 by Martin Nilsson <mani@lysator.liu.se>

Autodoc fix.

Rev: server/modules/examples/userdb_ex.pike:1.5

20:   //! will be impossible to know which of them will be used when   //! authentication is done, however..    - constant cvs_version = "$Id: userdb_ex.pike,v 1.4 2002/06/14 10:34:58 nilsson Exp $"; + constant cvs_version = "$Id: userdb_ex.pike,v 1.5 2002/10/23 23:31:44 nilsson Exp $";   constant module_name = "RefDoc for MODULE_USERDB";   constant module_doc =    ("This module does nothing special, it implements a simple "
147:         class ExGroup + //! ExGroup.   {    inherit Group;    //! All groups should inherit the group class.
164:    // Our one and only group is named example.    return "example";    } +     int gid()    //! A numerical GID, or -1 if not applicable    {