Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrudolph/multi-scaladoc-browser

A simple webserver that can integrate several sources of scaladocs
https://github.com/jrudolph/multi-scaladoc-browser

Last synced: 25 days ago
JSON representation

A simple webserver that can integrate several sources of scaladocs

Awesome Lists containing this project

README

        

A webserver that integrates scaladoc from different jars.

Instructions
------------

* Clone: `git clone https://github.com/jrudolph/multi-scaladoc-browser.git`
* Assemble: `sbt assembly`
* Run: `java -jar core/target/scala-2.10/multidoc-core-assembly-0.1.0.jar *` where each
`` is of the form `:`. E.g.

```
java -jar core/target/scala-2.10/multidoc-core-assembly-0.1.0.jar \
spray-json:/home/johannes/.ivy2/local/io.spray/spray-json_2.10/1.2.5/docs/spray-json_2.10-javadoc.jar \
scala-library:/home/johannes/.ivy2/cache/org.scala-lang/scala-library/docs/scala-library-2.10.2-javadoc.jar \
parboiled-scala:/home/johannes/.ivy2/cache/org.parboiled/parboiled-scala_2.10/docs/parboiled-scala_2.10-1.1.5-javadoc.jar
```
* Browse: [http://localhost:35891](http://localhost:35891)