Branch: Tag:

2011-09-13

2011-09-13 14:51:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Autodoc mk II markup about "json" encoding.

Rev: server/etc/modules/Roxen.pmod:1.317

1:   // This is a roxen pike module. Copyright © 1999 - 2009, Roxen IS.   // - // $Id: Roxen.pmod,v 1.316 2011/09/13 14:46:28 grubba Exp $ + // $Id: Roxen.pmod,v 1.317 2011/09/13 14:51:23 grubba Exp $      #include <roxen.h>   #include <config.h>
3024:   //! tag. This means backslash escapes for chars that cannot occur   //! verbatim in Pike string literals.   //! + //! @value "json" + //! JSON string quoting. Similar to the @expr{"js"@} quoting, + //! but keeps strictly to RFC 4627. + //!   //! @value "js"   //! @value "javascript"   //! Javascript string quoting, i.e. using backslash escapes for