summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/SI-3314-diagrams.check
Commit message (Collapse)AuthorAgeFilesLines
* Scaladoc: Inherited templates in diagramsVlad Ureche2012-07-161-0/+1
Related to SI-3314, where we started showing inherited templates that were normally not documented. This patch corrects a problem in parentTypes that was preventing inherited templates from being displayed in diagrams. Also renamed: PackageDiagram => ContentDiagram ClassDiagram => InheritanceDiagram which should have been done much earlier