Branch: Tag:

2012-11-17

2012-11-17 09:34:44 by 0

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.   //!