summaryrefslogtreecommitdiff
path: root/test/files/run/docgenerator.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-2/+2
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-051-0/+5
| | | | | | Compiler implementation of SIP 00002 and fixes for tests and other tools like scaladoc
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-201-1/+1
| | | | | new STARR which implements pre-initialized fields correctly.
* ScalaDoc, etc.Geoffrey Washburn2008-03-051-7/+9
| | | | | | | | | | | of Settings. All doc related settings have been commented out of Settings (soon to be removed) and are now found in doc.Settings. -Ydoc is no more. I believe I have updated the scaladoc Ant task correctly, but it is not clear how to test it.
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-211-2/+2
| | | | | | Split DocDriver into DocDriver and DefaultDocDriver in moving towards support documentation plugins.
* removed MD5 testmichelou2008-02-141-42/+19
|
* added test case for fix #272michelou2007-12-101-10/+69
|
* added docgenerator testmichelou2007-10-181-0/+250