- doc updated

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@176 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
dummyinf
2006-09-25 14:56:39 +00:00
parent 927f51e379
commit 80543727b6

View File

@@ -51,8 +51,8 @@ public class LibusbWin {
* <code>usb_get_busses</code> returns a tree of descriptor objects.<br>
* The tree represents the bus structure with devices, configurations,
* interfaces and endpoints. Note that this is only a copy. To refresh the
* information, <code>usb_getbusses()</code> must be called again. The
* name of the objects contained in the tree is starting with
* information, <code>usb_get_busses()</code> must be called again.<br>
* The name of the objects contained in the tree is starting with
* <code>Usb_</code>.
*
* @return the structure of all busses and devices. <code>Note:</code> The