* html cleanup
* classpath during javadoc
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
<input type="submit" name="action" value="Don't run I2P on startup" />
|
||||
<h4>Debugging</h4>
|
||||
At times, it may be helpful to debug I2P by getting a thread dump. To do so,
|
||||
please select the following option and review the thread dumped to logs/wrapper.log.
|
||||
please select the following option and review the thread dumped to logs/wrapper.log.<br />
|
||||
<input type="submit" name="action" value="Dump threads" />
|
||||
</form>
|
||||
</div>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<mkdir dir="./build/javadoc" />
|
||||
<javadoc
|
||||
sourcepath="core/java/src:core/java/test:router/java/src:router/java/test:apps/ministreaming/java/src:apps/i2ptunnel/java/src:apps/httptunnel/java/src:apps/routerconsole/java/src"
|
||||
classpath="apps/jetty/jettylib/org.mortbay.jetty.jar"
|
||||
classpath="apps/jetty/jettylib/org.mortbay.jetty.jar:installer/lib/wrapper/win32/wrapper.jar"
|
||||
destdir="./build/javadoc"
|
||||
packagenames="*"
|
||||
use="true"
|
||||
|
Reference in New Issue
Block a user