diff options
author | endolf <[email protected]> | 2004-04-02 10:04:45 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2004-04-02 10:04:45 +0000 |
commit | a535e60b556060221105795c7cd175a961410dc6 (patch) | |
tree | d88ef8e1d73031d4aaff5773f024c709378e3948 /coreAPI/src/java/net | |
parent | 19224c98d54e2f109644cc13426b66a8f0464ac7 (diff) |
First quick attempt at package javadoc to show the properties for plugin loading
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@74 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI/src/java/net')
-rw-r--r-- | coreAPI/src/java/net/java/games/input/package.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/coreAPI/src/java/net/java/games/input/package.html b/coreAPI/src/java/net/java/games/input/package.html new file mode 100644 index 0000000..8aa0eb4 --- /dev/null +++ b/coreAPI/src/java/net/java/games/input/package.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<body> + +Top level package for JInput. + +<h2>Package Specification</h2> + +Use -D jinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar) + +</body> +</html>
\ No newline at end of file |