and added some more package.html files. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
d1c8626419
commit
43cb19c934
@ -0,0 +1,8 @@ |
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
||||||
|
<html> |
||||||
|
<body> |
||||||
|
The base package contains the default implementations for the |
||||||
|
{@link com.jme3.network.Client} and {@link com.jme3.network.Server} |
||||||
|
interfaces from the public API. |
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,11 @@ |
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
||||||
|
<html> |
||||||
|
<body> |
||||||
|
The network package contains the public API for the jME3 |
||||||
|
SpiderMonkey networking module. The {@link com.jme3.network.Network} |
||||||
|
class is the entry point for creating default implementations |
||||||
|
of {@link com.jme3.network.Client} and {@link com.jme3.network.Server} |
||||||
|
implementations. |
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
Loading…
Reference in new issue