Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2012-11-17
2012-11-17 09:34:44 by 0
b1f105d4f8dfa2ede9bd282ae6c117eb5c95f337 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added missing AutoDoc for "-html" quoting method.
Rev: server/etc/modules/Roxen.pmod:1.338
1:
// This is a roxen pike module. Copyright © 1999 - 2009, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
337
2012/11/
16
10
:
25
:
31
jonasw Exp $
+
// $Id: Roxen.pmod,v 1.
338
2012/11/
17
09
:
34
:
44
jonasw Exp $
#include <roxen.h> #include <config.h>
3057:
//! encoding chars like @expr{<@}, @expr{&@}, and quotes using //! character reference entities. //!
+
//! @value "-html"
+
//! HTML decoding of entities (literals and decimal/hexadecimal
+
//! representations).
+
//!
//! @value "wml" //! HTML encoding, and doubling of any @tt{$@}'s. //!