summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/SI-4676.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-3314 SI-4888 Scaladoc: Relative type prefixesVlad Ureche2012-07-161-0/+1
And adds support for linking to class members, only usable from the model factory now, so no links to members from the doc comment yet, sorry. But it fixes the Enumeration problem once and for all! Also corrected the inTpl for members obtained by implicit conversions, so they're in the correct template and the comment variable expansion is done from the correct (but different) template. Review by @kzys.