Branch: Tag:

2002-10-22

2002-10-22 08:50:57 by Jonas Wallden <jonasw@roxen.com>

Refdoc fixes.

Rev: server/etc/modules/License.pmod:1.20
Rev: server/etc/modules/RXML.pmod/module.pmod:1.299
Rev: server/etc/modules/Roxen.pmod:1.150
Rev: server/etc/modules/SloppyDOM.pmod:1.7
Rev: server/etc/modules/Variable.pmod/Schedule.pike:1.8
Rev: server/modules/examples/userdb_ex.pike:1.4
Rev: server/modules/security/userdb_sql.pike:1.9
Rev: server/protocols/ftp.pike:2.82

1:   // This is a roxen pike module. Copyright © 1999 - 2001, Roxen IS.   // - // $Id: Roxen.pmod,v 1.149 2002/10/16 16:26:02 jonasw Exp $ + // $Id: Roxen.pmod,v 1.150 2002/10/22 08:50:01 jonasw Exp $      #include <roxen.h>   #include <config.h>
1387:      string make_tag(string name, mapping(string:string) args, void|int xml,    void|int preserve_roxen_entities) - //! Returns an empty element tag [@name], with the tag arguments dictated - //! by the mapping [@args]. If the flag [@xml] is set, slash character will + //! Returns an empty element tag @[name], with the tag arguments dictated + //! by the mapping @[args]. If the flag @[xml] is set, slash character will   //! be added in the end of the tag. Use RXML.t_xml->format_tag(name, args)   //! instead.   {
1398:      string make_container(string name, mapping(string:string) args, string content,    void|int preserve_roxen_entities) - //! Returns a container tag [@name] encasing the string [@content], with - //! the tag arguments dictated by the mapping [@args]. Use + //! Returns a container tag @[name] encasing the string @[content], with + //! the tag arguments dictated by the mapping @[args]. Use   //! RXML.t_xml->format_tag(name, args, content) instead.   {    if(args["/"]=="/") m_delete(args, "/");