pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-08
2001-12-08 01:52:34 by Martin Nilsson <mani@lysator.liu.se>
d579c81cc46865aef1cca68ef75d882b1b74cb84 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added autodoc
Rev: src/modules/Yp/yp.c:1.23
Rev: src/modules/_Roxen/roxen.c:1.25
310:
} static void f_html_encode_string( INT32 args )
+
/*! @decl string html_encode_string(mixed in)
+
*!
+
*! Encodes the @[in] data as an HTML safe string.
+
*/
{ struct pike_string *str; int newlen;