comment cleanup
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@265 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -16,7 +16,6 @@ import ch.ntb.usb.logger.LogUtil;
|
||||
* This class represents an USB device.<br>
|
||||
* To get an instance of an USB device use <code>USB.getDevice(...)</code>.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*/
|
||||
public class Device {
|
||||
|
||||
|
||||
@@ -27,8 +27,6 @@ package ch.ntb.usb;
|
||||
* href="http://libusb.sourceforge.net/documentation.html">libusb documentation</a>
|
||||
* and adapted where neccessary.<br>
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class LibusbJava {
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@ import ch.ntb.usb.logger.LogUtil;
|
||||
/**
|
||||
* This class manages all USB devices and defines some USB specific constants.<br>
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class USB {
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@ package ch.ntb.usb;
|
||||
* This is the root class for the representation of the libusb USB structure.
|
||||
* Zero or more devices may be connected to an USB bus.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Bus {
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@ package ch.ntb.usb;
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_CONFIG_SIZE} and the type is
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_CONFIG}.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Config_Descriptor extends Usb_Descriptor {
|
||||
|
||||
|
||||
@@ -10,8 +10,6 @@ package ch.ntb.usb;
|
||||
/**
|
||||
* Common USB descriptor values.<br>
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Descriptor {
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@ package ch.ntb.usb;
|
||||
* An USB device has one device descriptor and it may have multiple
|
||||
* configuration descriptors.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Device {
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@ package ch.ntb.usb;
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_DEVICE_SIZE} and the type is
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_DEVICE}.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Device_Descriptor extends Usb_Descriptor {
|
||||
/**
|
||||
|
||||
@@ -19,8 +19,6 @@ package ch.ntb.usb;
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_ENDPOINT_SIZE} and the type is
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_ENDPOINT}.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Endpoint_Descriptor extends Usb_Descriptor {
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@ package ch.ntb.usb;
|
||||
* Represents an USB interface.<br>
|
||||
* An interface is a group of alternate settings of a configuration.<br>
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Interface {
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@ package ch.ntb.usb;
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_INTERFACE_SIZE} and the type is
|
||||
* {@link ch.ntb.usb.Usb_Descriptor#USB_DT_INTERFACE}.
|
||||
*
|
||||
* @author schlaepfer
|
||||
*
|
||||
*/
|
||||
public class Usb_Interface_Descriptor extends Usb_Descriptor {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user