26 lines
935 B
Diff
26 lines
935 B
Diff
|
From f9b8176c668d3dff01da73fe65308bc50e355226 Mon Sep 17 00:00:00 2001
|
||
|
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
||
|
Date: Fri, 12 Oct 2018 16:43:59 +0000
|
||
|
Subject: [PATCH] Stop scaladoc from bundling web assets in generated docs
|
||
|
|
||
|
---
|
||
|
src/compiler/scala/tools/nsc/doc/html/HtmlFactory.scala | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/src/compiler/scala/tools/nsc/doc/html/HtmlFactory.scala b/src/compiler/scala/tools/nsc/doc/html/HtmlFactory.scala
|
||
|
index 4630c3d..648a588 100644
|
||
|
--- a/src/compiler/scala/tools/nsc/doc/html/HtmlFactory.scala
|
||
|
+++ b/src/compiler/scala/tools/nsc/doc/html/HtmlFactory.scala
|
||
|
@@ -121,8 +121,6 @@ class HtmlFactory(val universe: doc.Universe, index: doc.Index) {
|
||
|
|
||
|
DiagramGenerator.initialize(universe.settings)
|
||
|
|
||
|
- libResources foreach (s => copyResource("lib/" + s))
|
||
|
-
|
||
|
new page.Index(universe, index) writeFor this
|
||
|
new page.IndexScript(universe, index) writeFor this
|
||
|
|
||
|
--
|
||
|
2.17.2
|
||
|
|