summaryrefslogtreecommitdiff
path: root/test/files/presentation/doc
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Disable flaky presentation compiler test."Iulian Dragos2014-10-034-0/+168
| | | | | | | This reverts commit 8986ee4fd56c53d563165d992185c6c532f35790. Scaladoc seems to work reliably for 2.11.x. We are using it in the IDE builds and haven't noticed any flakiness, so we'd like to get reinstate this test.
* Disable flaky presentation compiler test.Jason Zaugg2013-10-174-160/+0
| | | | | | | | Francois is investigating the root cause as part of his work on stabilizing Scaladoc preview in the IDE. The test seems to only fail on the windows nightly build. I suspect this is due to a slower or loaded machine.
* SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-245-35/+105
| | | | | | for given fragments. Don't type-check when forcing doc comments, but rather do it directly. Test the new functionality as well as better tests for the old one.
* SI-7134: don't require doc.Settings in base api of scaladoc.Eugene Vigdorchik2013-02-151-8/+6
|
* Add a request to presentation compiler to fetch doc comment information.Eugene Vigdorchik2013-02-061-0/+91
| | | | Refactor scaladoc base functionality to allow it to be mixed in with Global in the IDE.
* Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-121-0/+1