Mark Harrah | 30 Mar 2011 18:04
Picon

Re: scaladoc: <at> author, <at> todo, <at> note and <at> example don't work?

On Wed, 30 Mar 2011 10:57:59 -0400
S Wade <swadenator@...> wrote:

> Looks like I'm finding lots of scaladoc related bugs:
> 
> abstract class test
> /**
>  * TestA class
>  *  <at> author bubba
>  *  <at> example 2.0
>  *  <at> todo do something better than finding scaladoc bugs
>  *  <at> note blah blah */
> class TestA extends test
> 
> See the attached image.  Removing any combination of these tags
> doesn't allow any of the remaining tags to work and they don't seem to
> work in isolation either (i.e. they see to not work independently).
> 
> I see that the author bug is also in scala's official scala doc:
> 
> http://www.scala-lang.org/api/current/scala/Annotation.html (scaladoc)
> 
> https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_final/src//library/scala/Annotation.scala#L1
> (src)

http://lampsvn.epfl.ch/trac/scala/ticket/4014

It doesn't appear that todo and note are represented in the output either.  The  <at> example tag works for me, however.

-Mark


Gmane