From 1f189a0d91deb00ad86ef213780a4374c7332e50 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Sun, 6 Feb 2011 04:32:26 +0000 Subject: [scaladoc] "Hide All" should be hide inherited ... [scaladoc] "Hide All" should be hide inherited members, not own. This issue is reported at http://lampsvn.epfl.ch/trac/scala/ticket/3775. review by dubochet. --- src/compiler/scala/tools/nsc/doc/html/resource/lib/template.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.js b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.js index 8493428fcd..d82f7ec572 100644 --- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.js +++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.js @@ -36,6 +36,7 @@ $(document).ready(function(){ }); $("#ancestors > ol > li.hideall").click(function() { $("#ancestors > ol > li.in").removeClass("in").addClass("out"); + $("#linearization li:first").removeClass("out").addClass("in"); filter(); }) $("#ancestors > ol > li.showall").click(function() { -- cgit v1.2.3