Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-09-13
2011-09-13 14:51:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0a7b706c9b9ead5a1f2145d11b589f3e7fbe0161 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
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