- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Fixed support for HTML elements in Scaladoc for RC3?
Sat, 2010-05-15, 20:02
Hello.
In r21945, I fixed a bug in the Scaladoc wiki parser that prevented using HTML elements in Scaladoc comments. I also made the heuristics for deciding whether to keep an HTML element a lot better.
https://lampsvn.epfl.ch/trac/scala/changeset/21945
You can find out more about the heuristics on this page:
https://lampsvn.epfl.ch/trac/scala/wiki/Scaladoc/AuthorDocs
Since this fixes a regression (support for HTML elements in comments), I would like this change to be part of RC3 (assuming there is no problem with it; Donna is the reviewer).
Toni, or whoever is in charge of porting bugs to the release branch, can you tell me if I have to do something or if you take care of it (or if we will resynchronise the branch with trunk entirely anyway).
Cheers,
Gilles.
Gilles Dubochet wrote:
> Toni, or whoever is in charge of porting bugs to the release branch, can you tell me if I have to do something or if you take care of it (or if we will resynchronise the branch with trunk entirely anyway).
>
I will resynchronize from trunk for rc3, so no need to do anything else.
Toni