update doc header to match readme

SVN revision: 51743
This commit is contained in:
Mike Blumenkrantz 2010-08-30 08:20:09 +00:00
parent 428e35e5d3
commit 3ff8983830
1 changed files with 13 additions and 1 deletions

View File

@ -12,7 +12,19 @@
@section intro What is Eeze?
Eeze is a library for easily manipulating devices.
Eeze is a library for manipulating devices through udev with a simple and fast
api. It interfaces directly with libudev, avoiding such middleman daemons as
udisks/upower or hal, to immediately gather device information the instant it
becomes known to the system. This can be used to determine such things as:
* If a cdrom has a disk inserted
* The temperature of a cpu core
* The remaining power left in a battery
* The current power consumption of various parts
* Monitor in realtime the status of peripheral devices
Each of the above examples can be performed by using only a single eeze
function, as one of the primary focuses of the library is to reduce the
complexity of managing devices.
@verbatim
Pants