From 74647ec42f7b49a1d25132b56b6739ff69036bdc Mon Sep 17 00:00:00 2001 From: schlaepfer Date: Tue, 28 Nov 2006 07:40:24 +0000 Subject: [PATCH] - document changes git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@212 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c --- java/src/ch/ntb/usb/LibusbJava.java | 14 +++++++++----- java/src/ch/ntb/usb/package.html | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/java/src/ch/ntb/usb/LibusbJava.java b/java/src/ch/ntb/usb/LibusbJava.java index 404dedf..f0e4dd2 100644 --- a/java/src/ch/ntb/usb/LibusbJava.java +++ b/java/src/ch/ntb/usb/LibusbJava.java @@ -7,12 +7,16 @@ package ch.ntb.usb; /** - * This class represents the Java Native Interface to the LibUsbWin.dll which is - * (with some exceptions) a one-to-one representation of the libusb API.
+ * This class represents the Java Native Interface to the shared library which + * is (with some exceptions) a one-to-one representation of the libusb API.
*
*

Project Description

- * Java LibUsb-Win32 is a Java wrapper for the LibUsb-Win32 USB library. LibUsb-Win32 is a port of + * Java libusb is a Java wrapper for the libusb and libusb-win32 USB library. + * + * libusb aim is to create a + * library for use by user level applications to access USB devices regardless + * of OS.
+ * Libusb-win32 is a port of * the USB library libusb to the * Windows operating systems. The library allows user space applications to * access any USB device on Windows in a generic way without writing any line of @@ -31,7 +35,7 @@ public class LibusbJava { * Sets the debugging level of libusb.
* * The range is from 0 to 255, where 0 disables debug output and 255 enables - * all output. On application start, debugging is disabled (0) + * all output. On application start, debugging is disabled (0). * * @param level * 0 to 255 diff --git a/java/src/ch/ntb/usb/package.html b/java/src/ch/ntb/usb/package.html index 36a0a48..eda8e84 100644 --- a/java/src/ch/ntb/usb/package.html +++ b/java/src/ch/ntb/usb/package.html @@ -3,9 +3,9 @@ -Includes the main classes for the libusb wrapper. +Includes the main classes for the Java libusb wrapper.
-LibusbWin.java +LibusbJava.java is the JNI class to the LibusbWin.dll . Every class starting with