Just an off the wall shot, but do the entities have to be encoded? E.g. <
and >

Thanks, Tim

On 29/05/2009 20:13, "Derek Chen-Becker" <dchenbec...@gmail.com> wrote:

> I've been adding a lot of expanded documentation to S and I just noticed that
> there are whole sections that are disappearing. For instance, I provided the
> following scaladoc for S.attrs:
> 
>   /**
>    * <p>Get a list of current attributes. Each attribute item is a pair of
> (key,value). The key
>    * is an Either that depends on whether the attribute is prefixed or not. If
> the attribute
>    * is prefixed, the key is a Right((prefix, name)). If the attribute is
> unprefixed then the
>    * key is a Left(name). For example, the following table shows how various
> tag attributes
>    * would be represented:</p>
>    *
>    * <table>
>    *   <tr>
>    *     <td>&lt;lift:MySnippet testname="test" /&gt;</td>
>    *     <td>List((Left("testname"), "test"))</td>
>    *   </tr>
>    *   <tr>
>    *     <td>&lt;lift:MySnippet anchor:name="test" /&gt;</td>
>    *     <td>List((Right(("anchor", "name")), "test"))</td>
>    *   </tr>
>    * </table>
>    *
>    * <p>The prefixedAttrsToMap method provides a convenient way to retrieve
> only attributes with
>    * a given prefix. The prefixedAttrsToMetaData method can be used to add
> attributes onto an XML
>    * node</p>
>    *
>    * @see #prefixedAttrsToMap(String)
>    * @see #prefixedAttrsToMap(String,Map)
>    * @see #prefixedAttrsToMetaData(String)
>    * @see #prefixedAttrsToMetaData(String,Map)
>    */
> 
> But the generated documentation for this method is completely empty after the
> first sentence:
> 
> http://scala-tools.org/mvnsites-snapshots/liftweb/lift-webkit/scaladocs/index.
> html
> 
> Is this a bug or am I writing something wrong in the above comment?
> 
> Thanks,
> 
> Derek
> 
> > 
> 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to