@@ -21,27 +21,27 @@ object WhitelistedStandardLib extends dottydoc.java.Dottydoc {
21
21
}
22
22
23
23
private val resources = List (
24
- " ../js- dottydoc/resources/MaterialIcons-Regular.eot" ,
25
- " ../js- dottydoc/resources/MaterialIcons-Regular.ijmap" ,
26
- " ../js- dottydoc/resources/MaterialIcons-Regular.svg" ,
27
- " ../js- dottydoc/resources/MaterialIcons-Regular.ttf" ,
28
- " ../js- dottydoc/resources/MaterialIcons-Regular.woff" ,
29
- " ../js- dottydoc/resources/MaterialIcons-Regular.woff2" ,
30
- " ../js- dottydoc/resources/codepoints" ,
31
- " ../js- dottydoc/resources/github.css" ,
32
- " ../js- dottydoc/resources/highlight.pack.js" ,
33
- " ../js- dottydoc/resources/index.css" ,
34
- " ../js- dottydoc/resources/material-icons.css" ,
35
- " ../js- dottydoc/resources/material.min.css" ,
36
- " ../js- dottydoc/resources/material.min.js" /* ,
37
- "resources/ dottydoc-fastopt.js"*/
24
+ " ../../ dottydoc-client /resources/MaterialIcons-Regular.eot" ,
25
+ " ../../ dottydoc-client /resources/MaterialIcons-Regular.ijmap" ,
26
+ " ../../ dottydoc-client /resources/MaterialIcons-Regular.svg" ,
27
+ " ../../ dottydoc-client /resources/MaterialIcons-Regular.ttf" ,
28
+ " ../../ dottydoc-client /resources/MaterialIcons-Regular.woff" ,
29
+ " ../../ dottydoc-client /resources/MaterialIcons-Regular.woff2" ,
30
+ " ../../ dottydoc-client /resources/codepoints" ,
31
+ " ../../ dottydoc-client /resources/github.css" ,
32
+ " ../../ dottydoc-client /resources/highlight.pack.js" ,
33
+ " ../../ dottydoc-client /resources/index.css" ,
34
+ " ../../ dottydoc-client /resources/material-icons.css" ,
35
+ " ../../ dottydoc-client /resources/material.min.css" ,
36
+ " ../../ dottydoc-client /resources/material.min.js" ,
37
+ " ../../ dottydoc-client/target/scala-2.11/dottydoc-client- fastopt.js"
38
38
)
39
39
40
40
override def main (args : Array [String ]) = {
41
41
val compilerArgs =
42
42
" -language:Scala2" +: " -Ydoc-output" +: " ../build/dottydoc" +: files.toArray
43
43
44
44
val index = createIndex(compilerArgs)
45
- buildDocs(" ../build/dottydoc" , " ../js- dottydoc/template.html" , resources.asJava, index)
45
+ buildDocs(" ../build/dottydoc" , " ../../ dottydoc-client/resources /template.html" , resources.asJava, index)
46
46
}
47
47
}
0 commit comments