Javadoc: missing package.html files in router.jar (ticket #1109)

This commit is contained in:
zzz
2015-03-22 16:35:21 +00:00
parent 0f6040ecb1
commit 79dc01f7e4
13 changed files with 105 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package org.cybergarage;
/**
* Exists only to enable package.html to be included in javadoc.
* http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
*/
abstract class Dummy {}

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
The cybergarage cyberlink UPnP library version 3.0, with minor mods for I2P.
</p>
</body>
</html>

View File

@@ -0,0 +1,8 @@
<html>
<body>
<p>
Small classes used by net.i2p.transport.UPnP to interface with the org.cybergarage UPnP library,
as imported from freenet.
</p>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Bloom filter used by net.i2p.router.util.DecayingBloomFilter
</p>
</body>
</html>