File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
scaladoc-testcases/src/tests
scaladoc/resources/dotty_res/styles Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ import compiletime.ops.int._
5
5
import scala .annotation .experimental
6
6
7
7
/**
8
- * type
9
- *
10
- * noun
11
- *
12
8
* a particular group of people or things that share similar characteristics and form a smaller division of a larger set:
13
9
* - There were so many different types of bread that I didn't know which to buy.
14
10
* - What type of clothes does she wear?
@@ -38,3 +34,9 @@ type Take[T <: Tuple, N <: Int] <: Tuple = N match {
38
34
@ experimental
39
35
@ deprecated
40
36
implicit transparent inline def same [A ](a : A ): A = ???
37
+
38
+ trait Parent [X , A [_], B [_, _]]
39
+
40
+ trait HugeTrait [X ] extends Parent [X , HugeTrait , Map ]
41
+
42
+ trait EvenBiggerTrait [X , Y ] extends Parent [X , Seq , EvenBiggerTrait ]
Original file line number Diff line number Diff line change 262
262
padding-left : calc (1.015 * var (--side-width ));
263
263
padding-right : calc (0.15 * var (--side-width ));
264
264
box-sizing : border-box;
265
+ text-decoration : none;
265
266
}
266
267
267
268
# sideMenu2 a span : not (.micon ) {
@@ -582,13 +583,12 @@ footer .mode {
582
583
583
584
.documentableElement .modifiers {
584
585
display : table-cell;
585
- padding-right : 0.5em ;
586
586
min-width : 10em ;
587
587
max-width : 10em ;
588
588
width : 10em ;
589
589
overflow : hidden;
590
- direction : rtl ;
591
- white-space : nowrap ;
590
+ text-align : right ;
591
+ white-space : break-spaces ;
592
592
text-indent : 0em ;
593
593
}
594
594
@@ -611,7 +611,6 @@ footer .mode {
611
611
612
612
.documentableElement .expand .modifiers {
613
613
display : table-cell;
614
- min-width : 7em ;
615
614
}
616
615
617
616
.documentableElement .signature {
@@ -622,6 +621,11 @@ footer .mode {
622
621
623
622
.signature .monospace {
624
623
padding : 8px ;
624
+ display : flex;
625
+ }
626
+
627
+ .signature .monospace .modifiers {
628
+ white-space : break-spaces;
625
629
}
626
630
627
631
.signature a , .signature a : visited , .signature span [data-unresolved-link ] {
@@ -648,10 +652,6 @@ footer .mode {
648
652
display : table;
649
653
}
650
654
651
- .documentableElement > div {
652
- display : block;
653
- }
654
-
655
655
.expand .documentableElement > div .header {
656
656
display : inline-table;
657
657
}
@@ -664,10 +664,6 @@ footer .mode {
664
664
display : block;
665
665
}
666
666
667
- .doc {
668
- margin-left : 6.5em ;
669
- }
670
-
671
667
.doc code {
672
668
padding : 0 ;
673
669
}
@@ -682,6 +678,7 @@ footer .mode {
682
678
}
683
679
.documentableElement .annotations {
684
680
color : var (--grey600 );
681
+ margin-left : 10em ;
685
682
display : none;
686
683
}
687
684
You can’t perform that action at this time.
0 commit comments