- ant task for javadoc added

- some javadoc changes
- package descriptions added

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@160 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-08-17 10:33:43 +00:00
parent 625ce7d772
commit a3814e2443
6 changed files with 130 additions and 43 deletions

View File

@@ -31,8 +31,8 @@ public class USB {
private static LinkedList<Device> devices = new LinkedList<Device>();
/**
* Create a new device an register it in a device queue or get an already
* created device.<br>
* Create a new device an register it in a device queue. If the device is
* already registered, a reference to it will be returned.<br>
*
* @param idVendor
* the vendor id of the USB device